Passed
Push — master ( 882e9c...b89417 )
by Felipe
01:54
created
tests/Middleware/RequestHandlerMiddlewareTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $this->middleware     = new RequestHandlerMiddleware($this->requestHandler->reveal());
51 51
 
52 52
         $testClass = $this;
53
-        $callback = function () use ($testClass) {
53
+        $callback = function() use ($testClass) {
54 54
             $testClass->execution[] = spl_object_hash($this);
55 55
             return $testClass->response->reveal();
56 56
         };
Please login to merge, or discard this patch.