aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/console/application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/application.php b/phpBB/phpbb/console/application.php
index 72fcee5cfa..2aef48c93b 100644
--- a/phpBB/phpbb/console/application.php
+++ b/phpBB/phpbb/console/application.php
@@ -77,7 +77,7 @@ class application extends \Symfony\Component\Console\Application
*/
public function register_container_commands(ContainerInterface $container)
{
- foreach($container->get('console.command_collection') as $service_command)
+ foreach ($container->get('console.command_collection') as $service_command)
{
$this->add($service_command);
}