1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12575] Pass service_collection instead of ContainerInterface.

PHPBB3-12575
This commit is contained in:
Andreas Fischer
2014-06-14 15:00:35 +02:00
parent 88987306de
commit 87a13a8c77
2 changed files with 8 additions and 26 deletions

View File

@@ -40,7 +40,7 @@ class service_collection extends \ArrayObject
*/
public function getIterator()
{
return new service_collection_iterator($this->container, $this);
return new service_collection_iterator($this);
}
// Because of a PHP issue we have to redefine offsetExists