1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 12:05:37 +02:00

[ticket/16955] Cache ttl is always integer value

PHPBB3-16955
This commit is contained in:
Marc Alexander 2023-01-02 22:12:58 +01:00
parent a366eb7f6c
commit daa6d2240c
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -41,8 +41,8 @@ abstract class base_group implements source_interface
/** @var string */
protected $php_ext;
/** @var string|false */
protected $cache_ttl = false;
/** @var int */
protected $cache_ttl = 0;
/** @var array Fetched groups' data */
protected $groups = null;