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