mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
#451 PHPStan level 5
This commit is contained in:
parent
9c899f1791
commit
a02ee14330
1 changed files with 1 additions and 1 deletions
|
@ -1732,7 +1732,7 @@ class moduleCache {
|
|||
*
|
||||
* @return int random number
|
||||
*/
|
||||
function getRandomNumber() {
|
||||
function getRandomNumber(): int {
|
||||
return abs(hexdec(bin2hex(openssl_random_pseudo_bytes(6))));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue