Skip to content

Commit 929c7c5

Browse files
authored
Merge branch refs/heads/1.12.x into 2.1.x
2 parents f9e2449 + ef9aae2 commit 929c7c5

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)