mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'github-igorw/ticket/11083' into develop
* github-igorw/ticket/11083: [ticket/11083] Mark memory cache driver as abstract
This commit is contained in:
commit
b8d84d2078
1 changed files with 1 additions and 1 deletions
2
phpBB/includes/cache/driver/memory.php
vendored
2
phpBB/includes/cache/driver/memory.php
vendored
|
@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
|||
* ACM Abstract Memory Class
|
||||
* @package acm
|
||||
*/
|
||||
class phpbb_cache_driver_memory extends phpbb_cache_driver_base
|
||||
abstract class phpbb_cache_driver_memory extends phpbb_cache_driver_base
|
||||
{
|
||||
var $key_prefix;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue