@@ -27,7 +27,7 @@ |
||
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 | } |