mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
This commit is contained in:
@@ -34,7 +34,7 @@ class notification_method_email_test extends phpbb_tests_notification_base
|
||||
];
|
||||
}
|
||||
|
||||
protected function setUp() : void
|
||||
protected function setUp(): void
|
||||
{
|
||||
phpbb_database_test_case::setUp();
|
||||
|
||||
|
Reference in New Issue
Block a user