change PHPDoc

This commit is contained in:
bscheshirwork
2018-10-19 12:25:59 +03:00
parent 1deff4f605
commit b350039fa2
9 changed files with 18 additions and 38 deletions

View File

@ -16,11 +16,8 @@ use Da\User\Model\Token;
use yii\base\Event;
/**
* Class ResetPasswordEvent
* @package Da\User\Event
*
* @property Token $token
* @property RecoveryForm $form
* @property-read Token $token
* @property-read RecoveryForm $form
*/
class ResetPasswordEvent extends Event
{