mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -20,9 +20,9 @@ use function in_array;
|
||||
|
||||
class PasswordRecoverVoter extends Voter
|
||||
{
|
||||
public const ASK_TOKEN = 'CHILL_PASSWORD_ASK_TOKEN';
|
||||
final public const ASK_TOKEN = 'CHILL_PASSWORD_ASK_TOKEN';
|
||||
|
||||
public const TRY_TOKEN = 'CHILL_PASSWORD_TRY_TOKEN';
|
||||
final public const TRY_TOKEN = 'CHILL_PASSWORD_TRY_TOKEN';
|
||||
|
||||
/**
|
||||
* @var PasswordRecoverLocker
|
||||
|
Reference in New Issue
Block a user