Completed
Pull Request — develop (#1687)
by Christian
58s queued 37s
created
src/N98/Magento/Application.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -446,8 +446,8 @@
 block discarded – undo
446 446
             foreach ($additionalModuleDirs as $dirPath) {
447 447
                 if (empty($dirPath) || !is_string($dirPath)) {
448 448
                     if ($output && $output->isVerbose() && isset($dirPath)) {
449
-                         // Simpler sprintf for the subtask
450
-                         $output->writeln('<comment>Warning: Invalid data type or empty path for --add-module-dir. Skipping.</comment>');
449
+                            // Simpler sprintf for the subtask
450
+                            $output->writeln('<comment>Warning: Invalid data type or empty path for --add-module-dir. Skipping.</comment>');
451 451
                     }
452 452
                     continue;
453 453
                 }
Please login to merge, or discard this patch.