]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Helper / DetectActiveTheme.php
index 489f39d151e17213e8dcf6af6ee15e553f163637..23e98042c60563b985584eefa2d26ac1d00323bb 100644 (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)
     {