Completed
Push — master ( a46777...fdd4f2 )
by Charis
02:23
created
src/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -393,7 +393,7 @@
 block discarded – undo
393 393
             return $this->dispatcher;
394 394
         }
395 395
 
396
-        $this->dispatcher = $this->routeDispatcher(function (RouteCollector $r) {
396
+        $this->dispatcher = $this->routeDispatcher(function(RouteCollector $r) {
397 397
             foreach ($this->getRoutes() as $route) {
398 398
                 $r->addRoute($route->getMethod(), $route->getPattern(), $route->getIdentifier());
399 399
             }
Please login to merge, or discard this patch.