1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 18:26:32 +02:00

[ticket/13961] Move service_collection to di/service_collection namespace

PHPBB3-13961
This commit is contained in:
Mate Bartus
2015-06-23 14:31:18 +02:00
parent 8213f24b35
commit 98cb70f5d2
22 changed files with 33 additions and 33 deletions

View File

@@ -89,7 +89,7 @@ class manager
/**
* Fill algorithm type map
*
* @param \phpbb\di\service_collection $hashing_algorithms
* @param \phpbb\di\service_collection\service_collection $hashing_algorithms
*/
protected function fill_type_map($hashing_algorithms)
{