Test Failed
Push — master ( 992a11...749776 )
by Derek Stephen
14:00
created
src/Command/RouterCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         }
45 45
 
46 46
         $routes = $this->router->getRoutes();
47
-        $sort = function (Route $a, Route $b) {
47
+        $sort = function(Route $a, Route $b) {
48 48
             return $a->getPath() <=> $b->getPath();
49 49
         };
50 50
         usort($routes, $sort);
Please login to merge, or discard this patch.