Skip to content

Commit 054af94

Browse files
committed
PHPC-983: Add arg info for MongoDB\BSON\toPHP()'s type map parameter
1 parent 0f61f48 commit 054af94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php_phongo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,6 +2395,7 @@ ZEND_END_ARG_INFO();
23952395

23962396
ZEND_BEGIN_ARG_INFO_EX(ai_bson_toPHP, 0, 0, 1)
23972397
ZEND_ARG_INFO(0, bson)
2398+
ZEND_ARG_ARRAY_INFO(0, typemap, 0)
23982399
ZEND_END_ARG_INFO();
23992400

24002401
ZEND_BEGIN_ARG_INFO_EX(ai_bson_toJSON, 0, 0, 1)

0 commit comments

Comments
 (0)