Completed
Push — master ( 29f7ac...56fa27 )
by Anton
01:47
created
Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@
 block discarded – undo
340 340
             case Dispatcher::NOT_FOUND:
341 341
                 break;
342 342
             case Dispatcher::METHOD_NOT_ALLOWED:
343
-                $allowed = (array)$match[1];
343
+                $allowed = (array) $match[1];
344 344
                 throw new MethodNotAllowedException($allowed);
345 345
                 break;
346 346
             case Dispatcher::FOUND:
Please login to merge, or discard this patch.