Passed
Push — master ( 80bb40...57b421 )
by Frédéric
01:49
created
src/Routing/LocaleRouter.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,7 @@
 block discarded – undo
108 108
         }
109 109
 
110 110
         return is_string($action) || is_a($action, Closure::class) ?
111
-            ['uses' => $action] :
112
-            $action;
111
+            ['uses' => $action] : $action;
113 112
     }
114 113
 
115 114
     protected function fillAction($locale, $route, $action, $options): array
Please login to merge, or discard this patch.