Passed
Push — master ( cbec87...7e0337 )
by alpha
02:15
created
src/Plugins/PutRemoteFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         }
28 28
 
29 29
         $resource = fopen($remoteUrl, 'r');
30
-        $status = (bool)$this->filesystem->getAdapter()->writeStream($path, $resource, $config);
30
+        $status = (bool) $this->filesystem->getAdapter()->writeStream($path, $resource, $config);
31 31
         fclose($resource);
32 32
         return $status;
33 33
     }
Please login to merge, or discard this patch.