Fix mocking namespace

This commit is contained in:
Art4 2024-11-02 20:57:11 +01:00
parent 5ecee2b9f7
commit 04d4c6d8f0
3 changed files with 22 additions and 46 deletions

View file

@ -313,6 +313,6 @@ class Crypto
$rn .= random_int(0, 9);
}
return $rn;
return (int) $rn;
}
}