diff options
| author | Mate Bartus <mate.bartus@gmail.com> | 2015-06-23 14:31:18 +0200 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2015-06-23 14:31:18 +0200 |
| commit | 98cb70f5d2e42dafa48413713cc60ddd881c54c6 (patch) | |
| tree | 55396e10c991fa63c8b7b6604837f76e9f2693dd /phpBB/phpbb/captcha/factory.php | |
| parent | 8213f24b352ce2ea714686738fefc70acccf0681 (diff) | |
| download | forums-98cb70f5d2e42dafa48413713cc60ddd881c54c6.tar forums-98cb70f5d2e42dafa48413713cc60ddd881c54c6.tar.gz forums-98cb70f5d2e42dafa48413713cc60ddd881c54c6.tar.bz2 forums-98cb70f5d2e42dafa48413713cc60ddd881c54c6.tar.xz forums-98cb70f5d2e42dafa48413713cc60ddd881c54c6.zip | |
[ticket/13961] Move service_collection to di/service_collection namespace
PHPBB3-13961
Diffstat (limited to 'phpBB/phpbb/captcha/factory.php')
| -rw-r--r-- | phpBB/phpbb/captcha/factory.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/captcha/factory.php b/phpBB/phpbb/captcha/factory.php index dd44aca8bb..1357e919bb 100644 --- a/phpBB/phpbb/captcha/factory.php +++ b/phpBB/phpbb/captcha/factory.php @@ -21,7 +21,7 @@ class factory private $container; /** - * @var \phpbb\di\service_collection + * @var \phpbb\di\service_collection\service_collection */ private $plugins; @@ -29,9 +29,9 @@ class factory * Constructor * * @param \Symfony\Component\DependencyInjection\ContainerInterface $container - * @param \phpbb\di\service_collection $plugins + * @param \phpbb\di\service_collection\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\service_collection $plugins) { $this->container = $container; $this->plugins = $plugins; |
