[ticket/12508] Fix doc block

PHPBB3-12508
This commit is contained in:
Joas Schilling 2014-06-09 00:11:53 +02:00
parent 1e9492bcaa
commit c82ae94f8a

View file

@ -331,6 +331,8 @@ class finder
* @param bool $cache Whether the result should be cached * @param bool $cache Whether the result should be cached
* @param bool $is_dir Directories will be returned when true, only files * @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 * @return array An array of paths to found items
*/ */
protected function find_with_root_path($cache = true, $is_dir = false, $extension_keys = false) protected function find_with_root_path($cache = true, $is_dir = false, $extension_keys = false)