mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12508] Fix doc block
PHPBB3-12508
This commit is contained in:
parent
1e9492bcaa
commit
c82ae94f8a
1 changed files with 3 additions and 1 deletions
|
@ -331,6 +331,8 @@ class finder
|
|||
* @param bool $cache Whether the result should be cached
|
||||
* @param bool $is_dir Directories will be returned when true, only files
|
||||
* 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue