@@ -274,7 +274,9 @@ |
||
274 | 274 | private function doCreateSharedFiles() : void |
275 | 275 | { |
276 | 276 | $this->log('<h2>Creating symlinks for shared files</>'); |
277 | - if (!is_array($this->getConfig(Option::sharedFiles))) return; |
|
277 | + if (!is_array($this->getConfig(Option::sharedFiles))) { |
|
278 | + return; |
|
279 | + } |
|
278 | 280 | |
279 | 281 | foreach ($this->getConfig(Option::sharedFiles) as $sharedFile) { |
280 | 282 | $sharedFileParentDir = dirname($sharedFile); |