Skip to content

Commit 3977a29

Browse files
committed
[ticket/16955] Cache ttl is always integer value
PHPBB3-16955
1 parent fd2fd19 commit 3977a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mention/source/base_group.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ abstract class base_group implements source_interface
4141
/** @var string */
4242
protected $php_ext;
4343

44-
/** @var string|false */
45-
protected $cache_ttl = false;
44+
/** @var int */
45+
protected $cache_ttl = 0;
4646

4747
/** @var array Fetched groups' data */
4848
protected $groups = null;

0 commit comments

Comments
 (0)