Skip to content

Commit 0c5e7f4

Browse files
committed
Fix arginfo for set command
1 parent c3b023b commit 0c5e7f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,7 @@ ZEND_END_ARG_INFO()
817817
ZEND_BEGIN_ARG_INFO_EX(arginfo_set, 0, 0, 2)
818818
ZEND_ARG_INFO(0, key)
819819
ZEND_ARG_INFO(0, value)
820-
ZEND_ARG_INFO(0, timeout)
821-
ZEND_ARG_INFO(0, opt)
820+
ZEND_ARG_INFO(0, opts)
822821
ZEND_END_ARG_INFO()
823822

824823
ZEND_BEGIN_ARG_INFO_EX(arginfo_lset, 0, 0, 3)

0 commit comments

Comments
 (0)