Completed
Push — master ( 047d33...8be84a )
by Guido
03:34
created
src/Services/TwigService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 
16 16
     /**
17 17
      * TwigService constructor.
18
-     * @param Config $config
18
+     * @param \PHPUnit\Framework\MockObject\MockObject $config
19 19
      */
20 20
     public function __construct(Config $config)
21 21
     {
@@ -23,9 +23,9 @@  discard block
 block discarded – undo
23 23
     }
24 24
 
25 25
     /**
26
-     * @param $controllerName
27
-     * @param $controllerMethod
28
-     * @param null $path
26
+     * @param string $controllerName
27
+     * @param string $controllerMethod
28
+     * @param string $path
29 29
      * @return bool
30 30
      */
31 31
     public function needsTwig($controllerName, $controllerMethod, $path = null): bool
Please login to merge, or discard this patch.