1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 04:34:07 +02:00

[ticket/11854] Fix coding style

PHPBB3-11854
This commit is contained in:
Tristan Darricau
2014-08-10 00:08:52 +02:00
parent 850b7dbf07
commit 02f3b74e8a
3 changed files with 30 additions and 812 deletions

View File

@@ -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;