@@ -47,7 +47,7 @@ |
||
47 | 47 | $s3->registerStreamWrapper(); |
48 | 48 | $stream = fopen($targetPath, 'w'); |
49 | 49 | $source = fopen($sourcePath, 'r'); |
50 | - while(!feof($source)) { |
|
50 | + while (!feof($source)) { |
|
51 | 51 | fwrite($stream, fread($source, 4096)); |
52 | 52 | } |
53 | 53 | fclose($stream); |