Test Failed
Branch master (723c8d)
by Ch
03:54
created
AltoRouter.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,9 @@
 block discarded – undo
250 250
 
251 251
 		if(in_array($requestMethod, $methods))
252 252
 		{
253
-			if($routeString == '*') return true;
253
+			if($routeString == '*') {
254
+				return true;
255
+			}
254 256
 
255 257
 			if(is_array($routeString) && !empty($routeString)) {
256 258
 				if($routeString[0] == '@') {
Please login to merge, or discard this patch.