Completed
Pull Request — develop (#1123)
by Alexander
24s
created
src/N98/Util/Console/Helper/MagentoHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.