Completed
Push — master ( cb5dd1...e02510 )
by Iqbal
09:00
created
src/Middleware/MiddlewareContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     {
128 128
         $executes = array_reverse($this->executes);
129 129
         foreach ($executes as $caller) {
130
-            $next = function () use (&$request, &$context, $caller, $next, $action) {
130
+            $next = function() use (&$request, &$context, $caller, $next, $action) {
131 131
                 return $caller($request, $context, $next, $action);
132 132
             };
133 133
         }
Please login to merge, or discard this patch.