mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix for linter
This commit is contained in:
parent
9b897629ba
commit
f88a64df1c
1 changed files with 2 additions and 2 deletions
|
|
@ -296,9 +296,9 @@ class Auth
|
|||
$value = '';
|
||||
|
||||
for ($i = 0; $i < $length; $i++) {
|
||||
$value .= random_int(0,9);
|
||||
$value .= random_int(0, 9);
|
||||
}
|
||||
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue