1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12631] Solve rebase issues

PHPBB3-12631
This commit is contained in:
rubencm
2019-04-02 17:51:12 +00:00
committed by Marc Alexander
parent d31e986815
commit 0312aaa6dc
4 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class factory
* Creates a new finder instance with its dependencies
*
* @param \phpbb\cache\service $cache A cache instance or null
* @param bool $not_use_cache Use cache or not
* @param bool $use_cache Use cache or not
* @param string $phpbb_root_path Path to the phpbb root directory
* @param string $php_ext php file extension
*/