Passed
Branch master (64d9a2)
by Riikka
03:06
created
Category
src/Handler/MiddlewareHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     {
46 46
         $stack = $this->stack;
47 47
 
48
-        $handler = new CallbackHandler(function (Request $request) use (& $stack, & $handler): Response {
48
+        $handler = new CallbackHandler(function(Request $request) use (& $stack, & $handler): Response {
49 49
             $middleware = array_shift($stack);
50 50
 
51 51
             if ($middleware instanceof MiddlewareInterface) {
Please login to merge, or discard this patch.