aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/application.php
diff options
context:
space:
mode:
authorCarlo <carlo@phpbbitalia.net>2014-06-20 09:58:51 +0000
committerCarlo <carlo@phpbbitalia.net>2014-07-12 17:20:33 +0200
commit1125fb3cabf7a69dc4cac852efd655ce2afcd7a0 (patch)
tree1f7f870a6c0c0e974787bd4221a20f7be7d09811 /phpBB/phpbb/console/application.php
parentb95ab440280ca5e5e94fe1f96f4f947734e37da3 (diff)
downloadforums-1125fb3cabf7a69dc4cac852efd655ce2afcd7a0.tar
forums-1125fb3cabf7a69dc4cac852efd655ce2afcd7a0.tar.gz
forums-1125fb3cabf7a69dc4cac852efd655ce2afcd7a0.tar.bz2
forums-1125fb3cabf7a69dc4cac852efd655ce2afcd7a0.tar.xz
forums-1125fb3cabf7a69dc4cac852efd655ce2afcd7a0.zip
[ticket/12685] Add space after foreach
PHPBB3-12685
Diffstat (limited to 'phpBB/phpbb/console/application.php')
-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);
}