Completed
Branch master (7b58bf)
by Adrien
02:35
created
Controller/ThemeController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
19
-     * @param null|ThemeContainerInterface $themeContainer
19
+     * @param ThemeContainerInterface $themeContainer
20 20
      */
21 21
     public function __construct(ActiveTheme $activeTheme, array $themes, array $cookieOptions, ThemeContainerInterface $themeContainer)
22 22
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Neirda\Bundle\LiipThemeProvider\Controller;
4 4
 
5
-use Neirda\Bundle\LiipThemeProvider\Theme\ThemeContainerInterface;
6 5
 use Liip\ThemeBundle\ActiveTheme;
7 6
 use Liip\ThemeBundle\Controller\ThemeController as Base;
7
+use Neirda\Bundle\LiipThemeProvider\Theme\ThemeContainerInterface;
8 8
 use Symfony\Component\HttpFoundation\Request;
9 9
 
10 10
 class ThemeController extends Base
Please login to merge, or discard this patch.