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:
parent
b95ab44028
commit
1125fb3cab
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user