Passed
Push — master ( 399339...9c419c )
by Petr
08:15
created
php-src/Processing/Storage/ProcessFileStream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.