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

[ticket/12575] Fix the tests

PHPBB3-12575
This commit is contained in:
Tristan Darricau
2014-05-22 01:09:41 +02:00
parent a0985c7a22
commit bea9372efa
2 changed files with 16 additions and 0 deletions

View File

@@ -48,6 +48,14 @@ class service_collection_iterator extends \ArrayIterator
return $task;
}
/**
* {@inheritdoc}
*/
public function offsetExists($index)
{
parent::offsetExists($index);
}
/**
* {@inheritdoc}
*/