mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00:00
[ticket/12685] Add space after foreach
PHPBB3-12685
This commit is contained in:
parent
b95ab44028
commit
1125fb3cab
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class application extends \Symfony\Component\Console\Application
|
||||||
*/
|
*/
|
||||||
public function register_container_commands(ContainerInterface $container)
|
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);
|
$this->add($service_command);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue