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 9d69995 commit c4d8f5aCopy full SHA for c4d8f5a
kernel/excel.c
@@ -83,7 +83,7 @@ ZEND_BEGIN_ARG_INFO_EX(xls_data_arginfo, 0, 0, 1)
83
ZEND_ARG_INFO(0, data)
84
ZEND_END_ARG_INFO()
85
86
-ZEND_BEGIN_ARG_INFO_EX(xls_insert_text_arginfo, 0, 0, 4)
+ZEND_BEGIN_ARG_INFO_EX(xls_insert_text_arginfo, 0, 0, 5)
87
ZEND_ARG_INFO(0, row)
88
ZEND_ARG_INFO(0, column)
89
0 commit comments