mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13063] Fix coding style
PHPBB3-13063
This commit is contained in:
parent
fdcd6e81cd
commit
2573dd18ca
1 changed files with 4 additions and 5 deletions
|
@ -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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue