mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10073] Fix invalid type hint
PHPBB3-10073
This commit is contained in:
parent
d6484a8177
commit
1ffcbdd3c5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class config implements \ArrayAccess, \IteratorAggregate, \Countable
|
|||
/**
|
||||
* Retrieves an ArrayIterator over the configuration values.
|
||||
*
|
||||
* @return ArrayIterator An iterator over all config data
|
||||
* @return \ArrayIterator An iterator over all config data
|
||||
*/
|
||||
public function getIterator()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue