Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Jean-Yves 2024-09-24 21:35:06 +02:00
parent c36ca0a4a3
commit 5187ea6c35
No known key found for this signature in database
GPG key ID: 644C8B9C4CABAEF7

View file

@ -7786,9 +7786,7 @@ class PasswordGenerator {
]; ];
/** /** @throws RandomException */
* @throws RandomException
*/
public function GeneratePassword(int $length): string { public function GeneratePassword(int $length): string {
$password = ''; $password = '';