@@ -54,7 +54,7 @@ |
||
54 | 54 | $this->middleware = new RequestHandlerMiddleware($this->requestHandler->reveal()); |
55 | 55 | |
56 | 56 | $testClass = $this; |
57 | - $callback = function () use ($testClass) { |
|
57 | + $callback = function() use ($testClass) { |
|
58 | 58 | $testClass->execution[] = \spl_object_hash($this); |
59 | 59 | |
60 | 60 | return $testClass->response->reveal(); |