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