From 02f3b74e8a7259560f48b6fdf06c3bbd8aa09dbb Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 10 Aug 2014 00:08:52 +0200 Subject: [ticket/11854] Fix coding style PHPBB3-11854 --- phpBB/phpbb/captcha/factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/captcha/factory.php') diff --git a/phpBB/phpbb/captcha/factory.php b/phpBB/phpbb/captcha/factory.php index 838f8a4ccd..19c2f46e89 100644 --- a/phpBB/phpbb/captcha/factory.php +++ b/phpBB/phpbb/captcha/factory.php @@ -34,7 +34,7 @@ class factory * @param \Symfony\Component\DependencyInjection\ContainerInterface $container * @param \phpbb\di\service_collection $plugins */ - public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container,\phpbb\di\service_collection $plugins) + public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \phpbb\di\service_collection $plugins) { $this->container = $container; $this->plugins = $plugins; -- cgit v1.2.1