mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
Refactor
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
c36ca0a4a3
commit
5187ea6c35
1 changed files with 1 additions and 3 deletions
|
|
@ -7786,9 +7786,7 @@ class PasswordGenerator {
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
/**
|
/** @throws RandomException */
|
||||||
* @throws RandomException
|
|
||||||
*/
|
|
||||||
public function GeneratePassword(int $length): string {
|
public function GeneratePassword(int $length): string {
|
||||||
$password = '';
|
$password = '';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue