|
@@ -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.