Skip to content

Commit 50c745b

Browse files
committed
Merge branch '3.0'
* 3.0: (21 commits) fixed typo fixed typo Fixed a minor XML issue in a translation file Fix merge Fix merge Fix merge Fix merge Update twig.html.twig PhpUnitNoDedicateAssertFixer results disable the assets helper when assets are disabled Improve Norwegian translations [2.7] [FrameworkBundle] minor fix tests added by #17569 Fixed the antialiasing of the toolbar text Simplify markdown for PR template fixed CS fixed CS documented the $url parameter better [Form] add test for ArrayChoiceList handling null [Form] fix edge cases with choice placeholder register commands from kernel when accessing list ...
2 parents 619dcdc + d317b8c commit 50c745b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public function has($name)
444444
public function getNamespaces()
445445
{
446446
$namespaces = array();
447-
foreach ($this->commands as $command) {
447+
foreach ($this->all() as $command) {
448448
$namespaces = array_merge($namespaces, $this->extractAllNamespaces($command->getName()));
449449

450450
foreach ($command->getAliases() as $alias) {

0 commit comments

Comments
 (0)