Passed
Branch master (b9a9e3)
by Gabriel
12:34
created
src/Parsers/AbstractParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
     }
226 226
 
227 227
     /**
228
-     * @param $key
228
+     * @param string $key
229 229
      * @return bool
230 230
      */
231 231
     public function hasParam($key)
Please login to merge, or discard this patch.
src/Parsers/Dynamic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @param $uri
75
+     * @param string $uri
76 76
      * @return bool
77 77
      */
78 78
     public function match($uri)
Please login to merge, or discard this patch.
src/Route/AbstractRoute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
 
203 203
     /**
204 204
      * @param $subdomain
205
-     * @param $url
205
+     * @param string $url
206 206
      * @return mixed
207 207
      */
208 208
     public function replaceSubdomain($subdomain, $url)
Please login to merge, or discard this patch.