From 164d260c498a74b6b97a17dd63f9dd6088702ebc Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 7 Nov 2015 00:27:41 +0100 Subject: CS Also force SYMFONY_DEPRECATIONS_HELPER for travis --- src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php b/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php index 489f39d1..23e98042 100644 --- a/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php +++ b/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php @@ -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) { -- cgit v1.2.3