mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-07 00:18:25 +08:00
Fixes #823: consistent interface naming
This commit is contained in:
@ -18,7 +18,7 @@ use yii\base\Event;
|
||||
class UserEvent extends Event
|
||||
{
|
||||
/**
|
||||
* @var Identity the identity object associated with this event
|
||||
* @var IdentityInterface the identity object associated with this event
|
||||
*/
|
||||
public $identity;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user