Skip to content

Commit 1d228fb

Browse files
Merge branch '2.8' into 3.4
* 2.8: Remove duplicate condition fix useless space in docblock remove unneeded tearDown method [FrameworkBundle] Fix broken exception message 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 3cb827c + 48ed637 commit 1d228fb

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
@@ -309,14 +309,13 @@ public function mergeApplicationDefinition($mergeArgs = true)
309309

310310
$this->definition->addOptions($this->application->getDefinition()->getOptions());
311311

312+
$this->applicationDefinitionMerged = true;
313+
312314
if ($mergeArgs) {
313315
$currentArguments = $this->definition->getArguments();
314316
$this->definition->setArguments($this->application->getDefinition()->getArguments());
315317
$this->definition->addArguments($currentArguments);
316-
}
317318

318-
$this->applicationDefinitionMerged = true;
319-
if ($mergeArgs) {
320319
$this->applicationDefinitionMergedWithArgs = true;
321320
}
322321
}

0 commit comments

Comments
 (0)