apply rector rules after updating the code with master branch

This commit is contained in:
2023-07-19 23:43:26 +02:00
parent e45430f0c9
commit aa553db659
8 changed files with 12 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ class PasswordRecoverEvent extends Event
/**
* @param bool $safelyGenerated true if generated safely (from console command, etc.)
* @param null|mixed $ip
*/
public function __construct(
private readonly ?string $token = null,