aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/finder.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-09 00:11:53 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-10 11:47:43 +0200
commitc82ae94f8ac4b40368670ddb0d9540a036e7a5d7 (patch)
tree11916f5bd2d6485bb7c89692d19499e71901be1f /phpBB/phpbb/finder.php
parent1e9492bcaafc53bd2ed72c04ee2b1a2be794c987 (diff)
downloadforums-c82ae94f8ac4b40368670ddb0d9540a036e7a5d7.tar
forums-c82ae94f8ac4b40368670ddb0d9540a036e7a5d7.tar.gz
forums-c82ae94f8ac4b40368670ddb0d9540a036e7a5d7.tar.bz2
forums-c82ae94f8ac4b40368670ddb0d9540a036e7a5d7.tar.xz
forums-c82ae94f8ac4b40368670ddb0d9540a036e7a5d7.zip
[ticket/12508] Fix doc block
PHPBB3-12508
Diffstat (limited to 'phpBB/phpbb/finder.php')
-rw-r--r--phpBB/phpbb/finder.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/finder.php b/phpBB/phpbb/finder.php
index f1c0c424a6..28f28825ba 100644
--- a/phpBB/phpbb/finder.php
+++ b/phpBB/phpbb/finder.php
@@ -330,7 +330,9 @@ class finder
*
* @param bool $cache Whether the result should be cached
* @param bool $is_dir Directories will be returned when true, only files
- * otherwise
+ * otherwise
+ * @param bool $extension_keys If true, result will be associative array
+ * with extension name as key
* @return array An array of paths to found items
*/
protected function find_with_root_path($cache = true, $is_dir = false, $extension_keys = false)