Passed
Branch master (251d28)
by Gabriel
12:54
created
src/Dispatcher.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     protected $maxHops = 30;
29 29
 
30 30
     /**
31
-     * @param $controller
31
+     * @param string $controller
32 32
      * @return mixed
33 33
      */
34 34
     public static function reverseControllerName($controller)
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 
39 39
     /**
40 40
      * @param boolean $name
41
-     * @return mixed
41
+     * @return string[]
42 42
      */
43 43
     public static function formatActionName($name)
44 44
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     }
152 152
 
153 153
     /**
154
-     * @param $controller
154
+     * @param string $controller
155 155
      * @return mixed
156 156
      */
157 157
     public function getControllerName($controller)
Please login to merge, or discard this patch.