1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00
Also force SYMFONY_DEPRECATIONS_HELPER for travis
This commit is contained in:
Jeremy Benoist 2015-11-07 00:27:41 +01:00
parent b2a903feef
commit 164d260c49
2 changed files with 3 additions and 3 deletions

View file

@ -18,8 +18,8 @@ class DetectActiveTheme implements DeviceDetectionInterface
protected $defaultTheme;
/**
* @param TokenStorageInterface $tokenStorage Needed to retrieve the current user
* @param string $defaultTheme Default theme when user isn't logged in
* @param TokenStorageInterface $tokenStorage Needed to retrieve the current user
* @param string $defaultTheme Default theme when user isn't logged in
*/
public function __construct(TokenStorageInterface $tokenStorage, $defaultTheme)
{