diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-11-16 17:28:44 +0100 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 21:09:40 +0100 |
| commit | 6019e51fedbb90f84a17155f1076af9aec37b65b (patch) | |
| tree | cf3228d57443ba5abb25b6bcf2890d73b5c44233 | |
| parent | 0a1db77ea85116adf24f9d3f0b92a44f818a107f (diff) | |
| download | forums-6019e51fedbb90f84a17155f1076af9aec37b65b.tar forums-6019e51fedbb90f84a17155f1076af9aec37b65b.tar.gz forums-6019e51fedbb90f84a17155f1076af9aec37b65b.tar.bz2 forums-6019e51fedbb90f84a17155f1076af9aec37b65b.tar.xz forums-6019e51fedbb90f84a17155f1076af9aec37b65b.zip | |
[ticket/12620] Fix coding style
PHPBB3-12620
| -rw-r--r-- | phpBB/includes/functions_url_matcher.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/functions_url_matcher.php b/phpBB/includes/functions_url_matcher.php index 4f5ead6253..448f1b19a2 100644 --- a/phpBB/includes/functions_url_matcher.php +++ b/phpBB/includes/functions_url_matcher.php @@ -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) |
