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.
2 parents 3cb827c + 48ed637 commit 1d228fbCopy full SHA for 1d228fb
Command/Command.php
@@ -309,14 +309,13 @@ public function mergeApplicationDefinition($mergeArgs = true)
309
310
$this->definition->addOptions($this->application->getDefinition()->getOptions());
311
312
+ $this->applicationDefinitionMerged = true;
313
+
314
if ($mergeArgs) {
315
$currentArguments = $this->definition->getArguments();
316
$this->definition->setArguments($this->application->getDefinition()->getArguments());
317
$this->definition->addArguments($currentArguments);
- }
318
- $this->applicationDefinitionMerged = true;
319
- if ($mergeArgs) {
320
$this->applicationDefinitionMergedWithArgs = true;
321
}
322
0 commit comments