mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fix mocking namespace
This commit is contained in:
parent
5ecee2b9f7
commit
04d4c6d8f0
3 changed files with 22 additions and 46 deletions
|
@ -313,6 +313,6 @@ class Crypto
|
|||
$rn .= random_int(0, 9);
|
||||
}
|
||||
|
||||
return $rn;
|
||||
return (int) $rn;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue