Passed
Push — main ( afd12c...d3d78c )
by Thomas
02:57
created
src/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
234 234
 
235 235
         return array_map(
236 236
             /** @psalm-param list{non-falsy-string, ...}|Closure|Middleware|PsrMiddleware $middleware */
237
-            function (
237
+            function(
238 238
                 array|Closure|Middleware|PsrMiddleware $middleware
239 239
             ) use ($registry): Middleware|PsrMiddleware {
240 240
                 if (
Please login to merge, or discard this patch.