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:
2
tests/cache/apcu_driver_test.php
vendored
2
tests/cache/apcu_driver_test.php
vendored
@@ -24,7 +24,7 @@ class phpbb_cache_apcu_driver_test extends phpbb_cache_common_test_case
|
||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/config.xml');
|
||||
}
|
||||
|
||||
static public function setUpBeforeClass()
|
||||
static public function setUpBeforeClass(): void
|
||||
{
|
||||
if (!extension_loaded('apcu'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user