Skip to content

Commit 38e6bda

Browse files
Merge branch '4.1'
* 4.1: SCA: removed unused variables 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 [Messenger] send using the routing_key for AMQP transport also clean away the NO_AUTO_CACHE_CONTROL_HEADER if we have no session [TwigBundle] Fix usage of TwigBundle without FrameworkBundle Revert "fixed CS" [Serializer] Reduce class discriminator overhead Skip empty proxy code [Security] Fix "exclude-from-classmap" [Security] Removed unsed trait import [Config] Fix @method annotation add missing double-quotes to extra_fields output message [DI] Default undefined env to empty string during compile Convert InsufficientAuthenticationException to HttpException
2 parents 2e629ed + e918045 commit 38e6bda

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)