aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-06-26 01:02:04 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-06-26 01:04:36 +0200
commitb09293d5ff38633d506083cffc0a9dd2c98c15c4 (patch)
tree33a330239989bcd84eb58d3bdf90b046a1788bac /phpBB/phpbb/passwords
parent050de400d741d48403fb32485933d1fe161e89b0 (diff)
downloadforums-b09293d5ff38633d506083cffc0a9dd2c98c15c4.tar
forums-b09293d5ff38633d506083cffc0a9dd2c98c15c4.tar.gz
forums-b09293d5ff38633d506083cffc0a9dd2c98c15c4.tar.bz2
forums-b09293d5ff38633d506083cffc0a9dd2c98c15c4.tar.xz
forums-b09293d5ff38633d506083cffc0a9dd2c98c15c4.zip
[ticket/13961] Move back service_collections under original namespace
PHPBB3-13961
Diffstat (limited to 'phpBB/phpbb/passwords')
-rw-r--r--phpBB/phpbb/passwords/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/manager.php b/phpBB/phpbb/passwords/manager.php
index 8974dc36d1..aa9147ecf4 100644
--- a/phpBB/phpbb/passwords/manager.php
+++ b/phpBB/phpbb/passwords/manager.php
@@ -89,7 +89,7 @@ class manager
/**
* Fill algorithm type map
*
- * @param \phpbb\di\service_collection\service_collection $hashing_algorithms
+ * @param \phpbb\di\service_collection $hashing_algorithms
*/
protected function fill_type_map($hashing_algorithms)
{