@@ -38,7 +38,7 @@ |
||
| 38 | 38 | $this->next = $this->prophesize(RequestHandlerInterface::class); |
| 39 | 39 | |
| 40 | 40 | $testClass = $this; |
| 41 | - $callback = function () use ($testClass) { |
|
| 41 | + $callback = function() use ($testClass) { |
|
| 42 | 42 | $testClass->execution[] = \spl_object_hash($this); |
| 43 | 43 | |
| 44 | 44 | return $testClass->response->reveal(); |