@@ -179,7 +179,7 @@ |
||
179 | 179 | $meta = stream_get_meta_data($target); |
180 | 180 | $snapShotFile = $meta['uri']; |
181 | 181 | |
182 | - if (false === (bool) stream_copy_to_stream($source, $target)) { |
|
182 | + if (false === (bool)stream_copy_to_stream($source, $target)) { |
|
183 | 183 | // @codeCoverageIgnoreStart |
184 | 184 | $this->err(sprintf('stream copy error: %s', $file)); |
185 | 185 | fclose($source); |