mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/16955] Fix another batch of docblocks
PHPBB3-16955
This commit is contained in:
@@ -34,8 +34,8 @@ abstract class base_user implements source_interface
|
||||
/** @var string */
|
||||
protected $php_ext;
|
||||
|
||||
/** @var string|false */
|
||||
protected $cache_ttl = false;
|
||||
/** @var int */
|
||||
protected $cache_ttl = 0;
|
||||
|
||||
/**
|
||||
* base_user constructor.
|
||||
|
Reference in New Issue
Block a user