mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16549] Add void return type of template methods
PHPBB3-16549
This commit is contained in:
@@ -16,7 +16,7 @@ class phpbb_lint_test extends phpbb_test_case
|
||||
static protected $php_binary;
|
||||
static protected $exclude;
|
||||
|
||||
static public function setUpBeforeClass()
|
||||
static public function setUpBeforeClass(): void
|
||||
{
|
||||
// Try to use PHP_BINARY constant if available so lint tests are run
|
||||
// using the same php binary as phpunit. If not available (pre PHP
|
||||
|
Reference in New Issue
Block a user