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 a6a781c + 1d228fb commit e918045Copy full SHA for e918045
Command/Command.php
@@ -301,14 +301,13 @@ public function mergeApplicationDefinition($mergeArgs = true)
301
302
$this->definition->addOptions($this->application->getDefinition()->getOptions());
303
304
+ $this->applicationDefinitionMerged = true;
305
+
306
if ($mergeArgs) {
307
$currentArguments = $this->definition->getArguments();
308
$this->definition->setArguments($this->application->getDefinition()->getArguments());
309
$this->definition->addArguments($currentArguments);
- }
310
- $this->applicationDefinitionMerged = true;
311
- if ($mergeArgs) {
312
$this->applicationDefinitionMergedWithArgs = true;
313
}
314
0 commit comments