Completed
Push — master ( 847ee0...fd7167 )
by do
02:44
created
src/Kernel/Http/StreamResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
             $filename .= File::getStreamExt($contents);
56 56
         }
57 57
 
58
-        file_put_contents($directory . '/' . $filename, $contents);
58
+        file_put_contents($directory.'/'.$filename, $contents);
59 59
 
60 60
         return $filename;
61 61
     }
Please login to merge, or discard this patch.