mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/16549] Add void return type of template methods
PHPBB3-16549
This commit is contained in:
@@ -25,7 +25,7 @@ class phpbb_template_template_test_case extends phpbb_test_case
|
||||
|
||||
static protected $language_reflection_lang;
|
||||
|
||||
static public function setUpBeforeClass()
|
||||
static public function setUpBeforeClass(): void
|
||||
{
|
||||
parent::setUpBeforeClass();
|
||||
|
||||
|
Reference in New Issue
Block a user