Completed
Push — master ( ed5538...a8c82f )
by Pierre
08:46
created
src/App/Component/Http/Routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     public function getExpr(): array
55 55
     {
56 56
         $patterns = array_map(
57
-            function (Route $i) {
57
+            function(Route $i) {
58 58
                 return $i->getExpr();
59 59
             },
60 60
             $this->routes
Please login to merge, or discard this patch.