Passed
Push — master ( 05b7e1...957c9d )
by Бабичев
03:54
created
src/Router/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Route constructor.
62 62
      *
63
-     * @param array|\Traversable|Slice $data
63
+     * @param Slice $data
64 64
      * @param string                   $defaultRegex
65 65
      */
66 66
     public function __construct($data, $defaultRegex = null)
Please login to merge, or discard this patch.
src/Router/Router.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @param $uri
166
+     * @param string $uri
167 167
      *
168 168
      * @return Route
169 169
      *
Please login to merge, or discard this patch.