Skip to content

Commit fa1df6d

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Update twig.html.twig [2.7] [FrameworkBundle] minor fix tests added by #17569 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 Update FileSystem
2 parents 02930f8 + e1d91ae commit fa1df6d

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
@@ -430,7 +430,7 @@ public function has($name)
430430
public function getNamespaces()
431431
{
432432
$namespaces = array();
433-
foreach ($this->commands as $command) {
433+
foreach ($this->all() as $command) {
434434
$namespaces = array_merge($namespaces, $this->extractAllNamespaces($command->getName()));
435435

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

0 commit comments

Comments
 (0)