mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
[ticket/17176] Resolve deprecation notices
PHPBB3-17176
This commit is contained in:
@@ -39,7 +39,7 @@ class service_collection_iterator extends \ArrayIterator
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function current()
|
||||
public function current(): mixed
|
||||
{
|
||||
return $this->collection->offsetGet($this->key());
|
||||
}
|
||||
|
Reference in New Issue
Block a user