Passed
Push — 0.7.0 ( 941781...effe46 )
by Alexander
12:00 queued 11s
created
src/components/Controller/ControllerDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 
95 95
         $middleware = $controller->getMiddleware();
96 96
 
97
-        return collect($middleware)->reject(function ($data) use ($method) {
97
+        return collect($middleware)->reject(function($data) use ($method) {
98 98
             return static::methodExcludedByOptions($method, $data['options']);
99 99
         })->pluck('middleware')->all();
100 100
     }
Please login to merge, or discard this patch.