Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Yves <[email protected]>
  • Loading branch information
docjyJ committed Sep 24, 2024
1 parent c36ca0a commit 5187ea6
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 5187ea6

Please sign in to comment.