mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16549] Add void return type of template methods
PHPBB3-16549
This commit is contained in:
@@ -21,7 +21,7 @@ class phpbb_extension_extension_base_test extends phpbb_test_case
|
||||
/** @var phpbb_mock_extension_manager */
|
||||
protected $extension_manager;
|
||||
|
||||
public static function setUpBeforeClass()
|
||||
public static function setUpBeforeClass(): void
|
||||
{
|
||||
parent::setUpBeforeClass();
|
||||
|
||||
|
Reference in New Issue
Block a user