1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +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. * 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() public function getIterator()
{ {