From c82ae94f8ac4b40368670ddb0d9540a036e7a5d7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 9 Jun 2014 00:11:53 +0200 Subject: [PATCH] [ticket/12508] Fix doc block PHPBB3-12508 --- phpBB/phpbb/finder.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)