Passed
Push — master ( 1f5f0e...5a2408 )
by Anatoly
02:03
created
src/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
 			}
204 204
 		}
205 205
 
206
-		if (! empty($allowedVerbs))
206
+		if (!empty($allowedVerbs))
207 207
 		{
208 208
 			$allowedVerbs = \array_unique($allowedVerbs);
209 209
 
Please login to merge, or discard this patch.