mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Fix #20587: Fix @var annotation for yii\rbac\Item::$ruleName
This commit is contained in:
@ -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