From d6c0c5ef8e90b26b8cf1632be1baa379405d0ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Thu, 9 May 2019 21:58:46 +0200 Subject: Fixed some arg infos to match documentation --- ext/spl/spl_fixedarray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/spl/spl_fixedarray.c') diff --git a/ext/spl/spl_fixedarray.c b/ext/spl/spl_fixedarray.c index 071826dad0..5e4a85bf12 100644 --- a/ext/spl/spl_fixedarray.c +++ b/ext/spl/spl_fixedarray.c @@ -647,7 +647,7 @@ SPL_METHOD(SplFixedArray, toArray) } /* }}} */ -/* {{{ proto object SplFixedArray::fromArray(array data[, bool save_indexes]) +/* {{{ proto object SplFixedArray::fromArray(array array[, bool save_indexes]) */ SPL_METHOD(SplFixedArray, fromArray) { @@ -1035,7 +1035,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_fixedarray_setSize, 0) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_fixedarray_fromArray, 0, 0, 1) - ZEND_ARG_INFO(0, data) + ZEND_ARG_INFO(0, array) ZEND_ARG_INFO(0, save_indexes) ZEND_END_ARG_INFO() -- cgit v1.2.1