Test Setup Failed
Push — master ( 415317...7450ca )
by Gabriel
02:29 queued 10s
created
src/Generator/UrlGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 
43 43
 
44 44
     /**
45
-     * @param $name
45
+     * @param string $name
46 46
      * @param array $params
47 47
      * @return null|Route
48 48
      */
Please login to merge, or discard this patch.
src/Router/Traits/HasGeneratorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 {
14 14
 
15 15
     /**
16
-     * @param $name
16
+     * @param string $name
17 17
      * @param array $params
18 18
      * @return string|null
19 19
      */
Please login to merge, or discard this patch.