We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4308923 commit 35f589bCopy full SHA for 35f589b
src/MongoDB/Command.c
@@ -121,6 +121,7 @@ static PHP_METHOD(Command, __construct)
121
/* {{{ MongoDB\Driver\Command function entries */
122
ZEND_BEGIN_ARG_INFO_EX(ai_Command___construct, 0, 0, 1)
123
ZEND_ARG_INFO(0, document)
124
+ ZEND_ARG_ARRAY_INFO(0, options, 1)
125
ZEND_END_ARG_INFO()
126
127
ZEND_BEGIN_ARG_INFO_EX(ai_Command_void, 0, 0, 0)
0 commit comments