From 80d3db1dcf8fe9ca66d4e3f2e2116d3bc39ae2b4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jul 2022 22:26:21 +0300 Subject: upgrade idiorm to php8.1-patched version (aaronpk/idiorm) --- vendor/thecodingmachine/safe/generated/bzip2.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vendor/thecodingmachine/safe/generated/bzip2.php') diff --git a/vendor/thecodingmachine/safe/generated/bzip2.php b/vendor/thecodingmachine/safe/generated/bzip2.php index 77302aa00..8087c748a 100644 --- a/vendor/thecodingmachine/safe/generated/bzip2.php +++ b/vendor/thecodingmachine/safe/generated/bzip2.php @@ -23,8 +23,9 @@ function bzclose($bz): void /** - * Forces a write of all buffered bzip2 data for the file pointer - * bz. + * This function is supposed to force a write of all buffered bzip2 data for the file pointer + * bz, + * but is implemented as null function in libbz2, and as such does nothing. * * @param resource $bz The file pointer. It must be valid and must point to a file * successfully opened by bzopen. -- cgit v1.2.3