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 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Nip\Router\Router\Traits;
4 4
 
5
-use Nip\Router\Route\Route;
6 5
 use Nip\Router\Router;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.