@@ -92,7 +92,7 @@ |
||
92 | 92 | throw new FilesException($this->getFlLang()->flCannotSeekFile($this->compactName($source, $this->getStorageSeparator()))); |
93 | 93 | } |
94 | 94 | // @codeCoverageIgnoreEnd |
95 | - return $this->saveFileStream($dest, $stream,0, false); |
|
95 | + return $this->saveFileStream($dest, $stream, 0, false); |
|
96 | 96 | } |
97 | 97 | |
98 | 98 | public function moveFileStream(array $source, array $dest): bool |