mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fix #20587: Fix @var annotation for yii\rbac\Item::$ruleName
This commit is contained in:
@ -47,6 +47,7 @@ Yii Framework 2 Change Log
|
||||
- Bug #20576: Fix `@var` annotation for `StringValidator::$length` (mspirkov)
|
||||
- Enh #20579: Add PHPStan/Psalm annotations for `HeaderCollection::get` (mspirkov)
|
||||
- Bug #20583: Fix return value in `Request::getServerPort` (mspirkov)
|
||||
- Bug #20587: Fix `@var` annotation for `yii\rbac\Item::$ruleName` (mspirkov)
|
||||
- Bug #20589: Fix `@var` annotations for `yii\rbac\DbManager` properties (mspirkov)
|
||||
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ class Item extends BaseObject
|
||||
*/
|
||||
public $description;
|
||||
/**
|
||||
* @var string name of the rule associated with this item
|
||||
* @var string|null name of the rule associated with this item
|
||||
*/
|
||||
public $ruleName;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user