phpstan: unsafe static

This commit is contained in:
tonis ormisson
2022-08-10 16:27:30 +03:00
parent d2f9afa7f3
commit 197a6b7636

View File

@ -19,7 +19,7 @@ use yii\base\Event;
* @property-read Token $token * @property-read Token $token
* @property-read RecoveryForm $form * @property-read RecoveryForm $form
*/ */
class ResetPasswordEvent extends Event final class ResetPasswordEvent extends Event
{ {
const EVENT_BEFORE_TOKEN_VALIDATE = 'beforeTokenValidate'; const EVENT_BEFORE_TOKEN_VALIDATE = 'beforeTokenValidate';
const EVENT_AFTER_TOKEN_VALIDATE = 'afterTokenValidate'; const EVENT_AFTER_TOKEN_VALIDATE = 'afterTokenValidate';