Passed
Push — develop ( 475f16...bf8554 )
by nguereza
03:13
created
src/Http/Response/FileResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
         $this->headers['content-description'] = ['File Transfer'];
84 84
         $this->headers['content-type'] = [$mimetype];
85
-        $this->headers['content-disposition'] = ['attachment; filename="' . $filename  . '"'];
85
+        $this->headers['content-disposition'] = ['attachment; filename="' . $filename . '"'];
86 86
         $this->headers['expires'] = ['0'];
87 87
         $this->headers['cache-control'] = ['must-revalidate'];
88 88
         $this->headers['pragma'] = ['public'];
Please login to merge, or discard this patch.