@@ -68,7 +68,7 @@ |
||
| 68 | 68 | */ |
| 69 | 69 | protected function convertToSymfonyResponse($response) |
| 70 | 70 | { |
| 71 | - if ( ! $response instanceof Response) { |
|
| 71 | + if (!$response instanceof Response) { |
|
| 72 | 72 | $response = (new HttpFoundationFactory)->createResponse($response); |
| 73 | 73 | } |
| 74 | 74 | |