Passed
Branch test (48f984)
by Tom
02:27
created
src/PharBuild/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.