Fix #19506: Fix @property annotations in yii\console\widgets\Table, yii\di\Container and yii\web\Session

This commit is contained in:
Maksim Spirkov
2025-09-15 21:59:22 +04:00
committed by GitHub
parent 4774464159
commit 04202f04f5
5 changed files with 25 additions and 10 deletions

View File

@ -46,8 +46,8 @@ use yii\base\InvalidConfigException;
* For more details and usage information on Session, see the [guide article on sessions](guide:runtime-sessions-cookies).
*
* @property-read array $allFlashes Flash messages (key => message or key => [message1, message2]).
* @property-read string $cacheLimiter Current cache limiter.
* @property-read array $cookieParams The session cookie parameters.
* @property string $cacheLimiter Current cache limiter.
* @property array $cookieParams The session cookie parameters.
* @property-read int $count The number of session variables.
* @property-write string $flash The key identifying the flash message. Note that flash messages and normal
* session variables share the same name space. If you have a normal session variable using the same name, its