mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17135] Fix Psalm and other issues
PHPBB3-17135
This commit is contained in:
@@ -126,7 +126,7 @@ class phpbb_email_parsing_test extends phpbb_test_case
|
||||
$this->email = new \phpbb\messenger\method\phpbb_email(
|
||||
$config, $dispatcher, $lang, $log, $request, $user, $messenger_queue,
|
||||
$phpbb_path_helper, $extension_manager, $twig_extensions_collection, $twig_lexer,
|
||||
$cache_path
|
||||
$cache_path, $phpbb_root_path
|
||||
);
|
||||
$phpbb_container->set('messenger.method.email', $this->email);
|
||||
|
||||
|
Reference in New Issue
Block a user