mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12685] Add space after foreach
PHPBB3-12685
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user