aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-11 14:18:11 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-11 14:18:11 +0100
commit3e4d3761fdec878758e43779eab124816596c8aa (patch)
tree5f55e07c223128a8de68acd31ebb129733553385 /phpBB/includes
parentbdbf7d5de61c902c54fa5882440a5334ac7ad24f (diff)
downloadforums-3e4d3761fdec878758e43779eab124816596c8aa.tar
forums-3e4d3761fdec878758e43779eab124816596c8aa.tar.gz
forums-3e4d3761fdec878758e43779eab124816596c8aa.tar.bz2
forums-3e4d3761fdec878758e43779eab124816596c8aa.tar.xz
forums-3e4d3761fdec878758e43779eab124816596c8aa.zip
[ticket/11152] Rename collection to collection_pass
PHPBB3-11152
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/di/pass/collection_pass.php (renamed from phpBB/includes/di/pass/collection.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/di/pass/collection.php b/phpBB/includes/di/pass/collection_pass.php
index 09e4b08f62..70a44d1d51 100644
--- a/phpBB/includes/di/pass/collection.php
+++ b/phpBB/includes/di/pass/collection_pass.php
@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
-class phpbb_di_pass_collection implements CompilerPassInterface
+class phpbb_di_pass_collection_pass implements CompilerPassInterface
{
private $collection_service;
private $service_tag;