Passed
Push — master ( d49c11...6804d3 )
by Teodoro
03:59
created
src/MiddlewareDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     {
57 57
         $collection = array_filter(
58 58
             $this->middlewares,
59
-            static function ($current) use ($middleware) {
59
+            static function($current) use ($middleware) {
60 60
                 return $middleware !== $current;
61 61
             }
62 62
         );
Please login to merge, or discard this patch.