aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/application.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-06-23 14:31:18 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-06-23 14:31:18 +0200
commit98cb70f5d2e42dafa48413713cc60ddd881c54c6 (patch)
tree55396e10c991fa63c8b7b6604837f76e9f2693dd /phpBB/phpbb/console/application.php
parent8213f24b352ce2ea714686738fefc70acccf0681 (diff)
downloadforums-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/console/application.php')
-rw-r--r--phpBB/phpbb/console/application.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/console/application.php b/phpBB/phpbb/console/application.php
index bc4897af18..fa847cd64d 100644
--- a/phpBB/phpbb/console/application.php
+++ b/phpBB/phpbb/console/application.php
@@ -89,9 +89,9 @@ class application extends \Symfony\Component\Console\Application
/**
* Register a set of commands from the container
*
- * @param \phpbb\di\service_collection $command_collection The console service collection
+ * @param \phpbb\di\service_collection\service_collection $command_collection The console service collection
*/
- public function register_container_commands(\phpbb\di\service_collection $command_collection)
+ public function register_container_commands(\phpbb\di\service_collection\service_collection $command_collection)
{
foreach ($command_collection as $service_command)
{