mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/16549] Add void return type of template methods
PHPBB3-16549
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
class phpbb_functions_content_get_username_string_test extends phpbb_test_case
|
||||
{
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
Reference in New Issue
Block a user