@@ -281,7 +281,7 @@ |
||
281 | 281 | ->followLinks(); |
282 | 282 | |
283 | 283 | $this->writeDebug('Searching for the following files in folder <info>' . $appFolder . '</info>'); |
284 | - foreach(['Mage.php', 'bootstrap.php', 'autoload.php'] as $fileName) { |
|
284 | + foreach (['Mage.php', 'bootstrap.php', 'autoload.php'] as $fileName) { |
|
285 | 285 | $finder->name($fileName); |
286 | 286 | $this->writeDebug($fileName); |
287 | 287 | } |