Passed
Push — master ( 14321e...8cc3ab )
by Sinnarasa
02:52
created
src/Routing/Matcher/ArrayMatcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     }
159 159
 
160 160
     /**
161
-     * @param $regex
161
+     * @param string $regex
162 162
      * @return bool
163 163
      */
164 164
     private function routeMatch($regex)
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @return bool
179
+     * @return null|boolean
180 180
      */
181 181
     private function generateTarget()
182 182
     {
Please login to merge, or discard this patch.
src/Routing/Matcher/UriMatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @return bool
86
+     * @return null|boolean
87 87
      */
88 88
     public function match()
89 89
     {
Please login to merge, or discard this patch.