1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-07 06:55:25 +02:00

[ticket/12620] Fix coding style

PHPBB3-12620
This commit is contained in:
Tristan Darricau 2014-11-16 17:28:44 +01:00
parent 0a1db77ea8
commit 6019e51fed

View File

@ -50,8 +50,7 @@ function phpbb_get_url_matcher(\phpbb\extension\manager $manager, RequestContext
* Create a new UrlMatcher class and dump it into the cache file
*
* @param \phpbb\extension\manager $manager Extension manager
* @param string $root_path Root path
* @param ConfigCache $config_cache The config cache
* @param string $root_path Root path* @param ConfigCache $config_cache The config cache
* @return null
*/
function phpbb_create_dumped_url_matcher(\phpbb\extension\manager $manager, $root_path, $config_cache)