@@ -50,7 +50,7 @@ |
||
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 | }; |