@@ -50,7 +50,7 @@ |
||
| 50 | 50 | public function getStreamResponse(string $html, string $filename, array $options = []): StreamedResponse |
| 51 | 51 | { |
| 52 | 52 | $response = new StreamedResponse(); |
| 53 | - $response->setCallback(function () use ($html, $filename, $options): void { |
|
| 53 | + $response->setCallback(function() use ($html, $filename, $options): void { |
|
| 54 | 54 | $this->streamHtml($html, $filename, $options); |
| 55 | 55 | }); |
| 56 | 56 | |