Completed
Push — master ( 4951ed...20036f )
by Philip
06:00
created
src/CRUDlex/CRUDControllerProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -522,7 +522,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.