mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-03 22:27:54 +02:00
[ticket/13063] Fix coding style
PHPBB3-13063
This commit is contained in:
parent
fdcd6e81cd
commit
2573dd18ca
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user