summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/random.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.php b/lib/random.php
index fb21ef2..4b0d262 100644
--- a/lib/random.php
+++ b/lib/random.php
@@ -134,7 +134,7 @@ if (PHP_VERSION_ID < 70000) {
* We don't have any more options, so let's throw an exception right now
* and hope the developer won't let it fail silently.
*/
- function random_bytes()
+ function random_bytes($length)
{
throw new Exception(
'There is no suitable CSPRNG installed on your system'