aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-03 14:03:59 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-29 02:14:35 +0200
commit1ffcbdd3c5a0e199164f6f335ac8a2c460994bf5 (patch)
tree11b8b921b7788b1271c9929988d56411574ecd59
parentd6484a8177b2f8e38d7e4b65c02ac0db7463ce2c (diff)
downloadforums-1ffcbdd3c5a0e199164f6f335ac8a2c460994bf5.tar
forums-1ffcbdd3c5a0e199164f6f335ac8a2c460994bf5.tar.gz
forums-1ffcbdd3c5a0e199164f6f335ac8a2c460994bf5.tar.bz2
forums-1ffcbdd3c5a0e199164f6f335ac8a2c460994bf5.tar.xz
forums-1ffcbdd3c5a0e199164f6f335ac8a2c460994bf5.zip
[ticket/10073] Fix invalid type hint
PHPBB3-10073
-rw-r--r--phpBB/phpbb/config/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/config/config.php b/phpBB/phpbb/config/config.php
index 8cbe1e1e2d..aaad333006 100644
--- a/phpBB/phpbb/config/config.php
+++ b/phpBB/phpbb/config/config.php
@@ -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()
{