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

@ -40,7 +40,10 @@ use yii\helpers\Console;
* ],
* ]);
*
* @property-write array $chars Table chars.
* @property-write array $headers Table headers.
* @property-write string $listPrefix List prefix.
* @property-write array $rows Table rows.
* @property-write int $screenWidth Screen width.
*
* @author Daniel Gomez Pan <pana_1990@hotmail.com>