[ticket/13063] Fix coding style

PHPBB3-13063
This commit is contained in:
Tristan Darricau 2014-11-20 16:47:24 +01:00
parent fdcd6e81cd
commit 2573dd18ca

View file

@ -75,8 +75,7 @@ class router implements RouterInterface
* @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 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())
{