From a02ee143307c640851b3389613b0cd0feaa7ba12 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 4 Sep 2025 17:18:34 +0200 Subject: [PATCH] #451 PHPStan level 5 --- lam/lib/account.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/account.inc b/lam/lib/account.inc index 86696b76a..303f1ed32 100644 --- a/lam/lib/account.inc +++ b/lam/lib/account.inc @@ -1732,7 +1732,7 @@ class moduleCache { * * @return int random number */ -function getRandomNumber() { +function getRandomNumber(): int { return abs(hexdec(bin2hex(openssl_random_pseudo_bytes(6)))); }