We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3ffed commit 3c6ae41Copy full SHA for 3c6ae41
src/Commands/core/SiteInstallCommands.php
@@ -237,9 +237,6 @@ public function validate(CommandData $commandData)
237
if ($config = $commandData->input()->getOption('config-dir')) {
238
$this->validateConfigDir($commandData, $config);
239
}
240
- if ($existing = $commandData->input()->getOption('existing-config')) {
241
- $this->validateConfigDir($commandData, $existing);
242
- }
243
244
try {
245
// Get AnnotationData. @todo Find a better way.
0 commit comments