summaryrefslogtreecommitdiff
path: root/ext/bz2/bz2.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/bz2.stub.php')
-rw-r--r--ext/bz2/bz2.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/bz2.stub.php b/ext/bz2/bz2.stub.php
index d1d9928ebf..c1709e8b33 100644
--- a/ext/bz2/bz2.stub.php
+++ b/ext/bz2/bz2.stub.php
@@ -15,7 +15,7 @@ function bzread($bz, int $length = 1024): string|false {}
* @param resource $bz
* @alias fwrite
*/
-function bzwrite($bz, string $data, ?int $max_length = null): int|false {}
+function bzwrite($bz, string $data, ?int $length = null): int|false {}
/**
* @param resource $bz