Skip to content

Commit 11f34a2

Browse files
committed
Update arg info for WriteConcern $w ctor parameter
1 parent 39d8974 commit 11f34a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/WriteConcern.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ PHP_METHOD(WriteConcern, getFsync)
211211
/* {{{ MongoDB\Driver\WriteConcern */
212212

213213
ZEND_BEGIN_ARG_INFO_EX(ai_WriteConcern___construct, 0, 0, 1)
214-
ZEND_ARG_INFO(0, wstring)
214+
ZEND_ARG_INFO(0, w)
215215
ZEND_ARG_INFO(0, wtimeout)
216216
ZEND_ARG_INFO(0, journal)
217217
ZEND_ARG_INFO(0, fsync)

0 commit comments

Comments
 (0)