diff --git a/php/src/Auth/PasswordGenerator.php b/php/src/Auth/PasswordGenerator.php index 4c3e28194c6..726a58709ee 100644 --- a/php/src/Auth/PasswordGenerator.php +++ b/php/src/Auth/PasswordGenerator.php @@ -7786,9 +7786,7 @@ class PasswordGenerator { ]; - /** - * @throws RandomException - */ + /** @throws RandomException */ public function GeneratePassword(int $length): string { $password = '';