mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
This commit is contained in:
@@ -107,7 +107,6 @@ class modGeneratePassStandard extends ModeleGenPassword
|
||||
// add random characters to $password until $length is reached
|
||||
while ($i < $this->length)
|
||||
{
|
||||
|
||||
// pick a random character from the possible ones
|
||||
$char = substr($possible, mt_rand(0, dol_strlen($possible)-1), 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user