mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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
|
@ -330,7 +330,9 @@ 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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue