mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[feature/compiled-dic] Remove unused function parameter
PHPBB3-11152
This commit is contained in:
parent
d88e11413a
commit
6d40b81dda
1 changed files with 1 additions and 1 deletions
|
@ -5475,7 +5475,7 @@ function phpbb_create_install_container($phpbb_root_path, $phpEx)
|
|||
* @param string $phpEx PHP Extension
|
||||
* @return ContainerBuilder object (compiled)
|
||||
*/
|
||||
function phpbb_create_compiled_container(array $extensions, array $passes, $config_file_path, $phpbb_root_path, $phpEx)
|
||||
function phpbb_create_compiled_container(array $extensions, array $passes, $phpbb_root_path, $phpEx)
|
||||
{
|
||||
// Check for our cached container; if it exists, use it
|
||||
if (file_exists("{$phpbb_root_path}cache/container.$phpEx"))
|
||||
|
|
Loading…
Add table
Reference in a new issue