From 20857c432c3e370b53cf5e95ea186eda667d04cd Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:35:06 +0200 Subject: [PATCH] Refactor Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- php/src/Auth/PasswordGenerator.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = '';