mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fix #19506: Fix @property annotations in yii\console\widgets\Table, yii\di\Container and yii\web\Session
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user