Skip to content

Commit d68b4a9

Browse files
committed
Fix arg info for Decimal128 constructor
1 parent 4be9669 commit d68b4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BSON/Decimal128.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ PHP_METHOD(Decimal128, __wakeup)
166166

167167
/* {{{ BSON\Decimal128 */
168168

169-
ZEND_BEGIN_ARG_INFO_EX(ai_Decimal128___construct, 0, 0, 2)
169+
ZEND_BEGIN_ARG_INFO_EX(ai_Decimal128___construct, 0, 0, 1)
170170
ZEND_ARG_INFO(0, value)
171171
ZEND_END_ARG_INFO();
172172

0 commit comments

Comments
 (0)