mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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)
|
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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user