aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/routing
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-20 16:47:24 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-20 16:47:24 +0100
commit2573dd18ca3327d0b5209a8d465f7911034c1302 (patch)
treecf407d648744e4072550f7c9834eebad5d031a66 /phpBB/phpbb/routing
parentfdcd6e81cd4ae530036fd18ad184c0d2423c6949 (diff)
downloadforums-2573dd18ca3327d0b5209a8d465f7911034c1302.tar
forums-2573dd18ca3327d0b5209a8d465f7911034c1302.tar.gz
forums-2573dd18ca3327d0b5209a8d465f7911034c1302.tar.bz2
forums-2573dd18ca3327d0b5209a8d465f7911034c1302.tar.xz
forums-2573dd18ca3327d0b5209a8d465f7911034c1302.zip
[ticket/13063] Fix coding style
PHPBB3-13063
Diffstat (limited to 'phpBB/phpbb/routing')
-rw-r--r--phpBB/phpbb/routing/router.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/phpBB/phpbb/routing/router.php b/phpBB/phpbb/routing/router.php
index cebf19e702..f721837bba 100644
--- a/phpBB/phpbb/routing/router.php
+++ b/phpBB/phpbb/routing/router.php
@@ -72,11 +72,10 @@ class router implements RouterInterface
/**
* Construct method
*
- * @param manager $extension_manager The extension manager
- * @param string $phpbb_root_path phpBB root path
- * @param string $php_ext PHP file extension
- * @param array $routing_files Array of strings containing paths
- * to YAML files holding route information
+ * @param manager $extension_manager The extension manager
+ * @param string $phpbb_root_path phpBB root path
+ * @param string $php_ext PHP file extension
+ * @param array $routing_files Array of strings containing paths to YAML files holding route information
*/
public function __construct(manager $extension_manager, $phpbb_root_path, $php_ext, $routing_files = array())
{