From 267d364c2d442493c1e748216bfe298977661eb1 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Sat, 7 May 2022 03:18:45 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/zlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated/zlib.php b/generated/zlib.php index 39dc8985..c365525e 100644 --- a/generated/zlib.php +++ b/generated/zlib.php @@ -187,7 +187,7 @@ function gzcompress(string $data, int $level = -1, int $encoding = ZLIB_ENCODING * * @param string $data The data to decode, encoded by gzencode. * @param int $max_length The maximum length of data to decode. - * @return string The decoded string. + * @return string The decoded string, or. * @throws ZlibException * */