aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/factory.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/captcha/factory.php')
-rw-r--r--phpBB/phpbb/captcha/factory.php6
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;