1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00

[ticket/16955] Fix another batch of docblocks

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 14:50:57 +01:00
parent 96911b7403
commit 5b23dcd606
25 changed files with 93 additions and 75 deletions

View File

@@ -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.

View File

@@ -15,7 +15,7 @@ namespace phpbb\mention\source;
class group extends base_group
{
/** @var string|false */
/** @var int */
protected $cache_ttl = 300;
/**

View File

@@ -15,7 +15,7 @@ namespace phpbb\mention\source;
class team extends base_user
{
/** @var string|false */
/** @var int */
protected $cache_ttl = 300;
/**