Skip to content

Commit e918045

Browse files
Merge branch '3.4' into 4.1
* 3.4: Remove duplicate condition fix useless space in docblock remove unneeded tearDown method [Intl] Update the ICU data to 63.1 [FrameworkBundle] Fix broken exception message [TwigBundle] Fix usage of TwigBundle without FrameworkBundle Revert "fixed CS" Skip empty proxy code [Security] Fix "exclude-from-classmap" add missing double-quotes to extra_fields output message Convert InsufficientAuthenticationException to HttpException
2 parents a6a781c + 1d228fb commit e918045

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Command/Command.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,13 @@ public function mergeApplicationDefinition($mergeArgs = true)
301301

302302
$this->definition->addOptions($this->application->getDefinition()->getOptions());
303303

304+
$this->applicationDefinitionMerged = true;
305+
304306
if ($mergeArgs) {
305307
$currentArguments = $this->definition->getArguments();
306308
$this->definition->setArguments($this->application->getDefinition()->getArguments());
307309
$this->definition->addArguments($currentArguments);
308-
}
309310

310-
$this->applicationDefinitionMerged = true;
311-
if ($mergeArgs) {
312311
$this->applicationDefinitionMergedWithArgs = true;
313312
}
314313
}

0 commit comments

Comments
 (0)