@@ -522,7 +522,7 @@ |
||
522 | 522 | |
523 | 523 | $response = new StreamedResponse(function() use ($file) { |
524 | 524 | set_time_limit(0); |
525 | - $handle = fopen($file,"rb"); |
|
525 | + $handle = fopen($file, "rb"); |
|
526 | 526 | if ($handle !== false) { |
527 | 527 | $chunkSize = 1024 * 1024; |
528 | 528 | while (!feof($handle)) { |