1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[ticket/10073] Fix invalid type hint

PHPBB3-10073
This commit is contained in:
Joas Schilling
2014-05-03 14:03:59 +02:00
parent d6484a8177
commit 1ffcbdd3c5

View File

@@ -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()
{