mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 16:35:27 +00:00
CS
Also force SYMFONY_DEPRECATIONS_HELPER for travis
This commit is contained in:
parent
b2a903feef
commit
164d260c49
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ant prepare-$DB
|
- ant prepare-$DB
|
||||||
- bin/phpunit --exclude-group command-doctrine -v
|
- SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit --exclude-group command-doctrine -v
|
||||||
|
|
||||||
# after_script:
|
# after_script:
|
||||||
# - |
|
# - |
|
||||||
|
|
|
@ -18,8 +18,8 @@ class DetectActiveTheme implements DeviceDetectionInterface
|
||||||
protected $defaultTheme;
|
protected $defaultTheme;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param TokenStorageInterface $tokenStorage Needed to retrieve the current user
|
* @param TokenStorageInterface $tokenStorage Needed to retrieve the current user
|
||||||
* @param string $defaultTheme Default theme when user isn't logged in
|
* @param string $defaultTheme Default theme when user isn't logged in
|
||||||
*/
|
*/
|
||||||
public function __construct(TokenStorageInterface $tokenStorage, $defaultTheme)
|
public function __construct(TokenStorageInterface $tokenStorage, $defaultTheme)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue