aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/service_collection.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/di/service_collection.php')
-rw-r--r--phpBB/phpbb/di/service_collection.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/phpbb/di/service_collection.php b/phpBB/phpbb/di/service_collection.php
index 032d299553..3ae3f793c0 100644
--- a/phpBB/phpbb/di/service_collection.php
+++ b/phpBB/phpbb/di/service_collection.php
@@ -41,6 +41,14 @@ class service_collection extends \ArrayObject
/**
* {@inheritdoc}
*/
+ public function offsetExists($index)
+ {
+ return parent::offsetExists($index);
+ }
+
+ /**
+ * {@inheritdoc}
+ */
public function offsetGet($index)
{
if (($task = parent::offsetGet($index)) == null)