[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

@ -72,11 +72,10 @@ class router implements RouterInterface
/** /**
* Construct method * Construct method
* *
* @param manager $extension_manager The extension manager * @param manager $extension_manager The extension manager
* @param string $phpbb_root_path phpBB root path * @param string $phpbb_root_path phpBB root path
* @param string $php_ext PHP file extension * @param string $php_ext PHP file extension
* @param array $routing_files Array of strings containing paths * @param array $routing_files Array of strings containing paths to YAML files holding route information
* to YAML files holding route information
*/ */
public function __construct(manager $extension_manager, $phpbb_root_path, $php_ext, $routing_files = array()) public function __construct(manager $extension_manager, $phpbb_root_path, $php_ext, $routing_files = array())
{ {