Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
  • Loading branch information
docjyJ committed Sep 25, 2024
1 parent 73cbf84 commit 20857c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions php/src/Auth/PasswordGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7786,9 +7786,7 @@ class PasswordGenerator {
];


/**
* @throws RandomException
*/
/** @throws RandomException */
public function GeneratePassword(int $length): string {
$password = '';

Expand Down

0 comments on commit 20857c4

Please sign in to comment.