1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 00:32:29 +02:00

[ticket/12685] Add space after foreach

PHPBB3-12685
This commit is contained in:
Carlo 2014-06-20 09:58:51 +00:00
parent b95ab44028
commit 1125fb3cab

View File

@ -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);
}