mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15849] Stop using php4 constructors
PHPBB3-15849
This commit is contained in:
2
tests/cache/cache_memory.php
vendored
2
tests/cache/cache_memory.php
vendored
@@ -18,7 +18,7 @@ class phpbb_cache_memory extends \phpbb\cache\driver\memory
|
||||
/**
|
||||
* Set cache path
|
||||
*/
|
||||
function phpbb_cache_memory()
|
||||
function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user