Skip to content

Commit 5ad1733

Browse files
committed
PHPC-1435: Fix arg info for startTransaction options param
1 parent 743eaaf commit 5ad1733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ ZEND_BEGIN_ARG_INFO_EX(ai_Session_advanceOperationTime, 0, 0, 1)
469469
ZEND_END_ARG_INFO()
470470

471471
ZEND_BEGIN_ARG_INFO_EX(ai_Session_startTransaction, 0, 0, 0)
472-
ZEND_ARG_INFO(0, options)
472+
ZEND_ARG_ARRAY_INFO(0, options, 1)
473473
ZEND_END_ARG_INFO()
474474

475475
ZEND_BEGIN_ARG_INFO_EX(ai_Session_void, 0, 0, 0)

0 commit comments

Comments
 (0)