Skip to content

Commit ef9aae2

Browse files
jlherrenondrejmirtes
authored andcommitted
Fix return type of bzdecompress()
1 parent 400ba6d commit ef9aae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
'bson_encode' => ['string', 'anything'=>'mixed'],
483483
'bzclose' => ['bool', 'bz'=>'resource'],
484484
'bzcompress' => ['string|int', 'source'=>'string', 'blocksize100k='=>'int', 'workfactor='=>'int'],
485-
'bzdecompress' => ['string|false', 'source'=>'string', 'small='=>'int'],
485+
'bzdecompress' => ['string|int|false', 'source'=>'string', 'small='=>'int'],
486486
'bzerrno' => ['int', 'bz'=>'resource'],
487487
'bzerror' => ['array', 'bz'=>'resource'],
488488
'bzerrstr' => ['string', 'bz'=>'resource'],

0 commit comments

Comments
 (0)