1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/16549] Add void return type of template methods

PHPBB3-16549
This commit is contained in:
rxu
2020-07-13 14:06:04 +07:00
parent 58ea656fd8
commit fb62d22013
19 changed files with 27 additions and 27 deletions

View File

@@ -116,7 +116,7 @@ class phpbb_group_helper_test_case extends phpbb_test_case
$this->group_helper = new \phpbb\group\helper($auth, $cache_service, $config, $lang, $phpbb_dispatcher, $path_helper, $user);
}
public function setUp()
public function setUp(): void
{
$this->setup_engine();
}