diff options
Diffstat (limited to 'ext/spl/spl_observer.c')
| -rwxr-xr-x | ext/spl/spl_observer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_observer.c b/ext/spl/spl_observer.c index 05bc75c978..dda5fdc27a 100755 --- a/ext/spl/spl_observer.c +++ b/ext/spl/spl_observer.c @@ -261,7 +261,7 @@ SPL_METHOD(SplObjectStorage, next) static ZEND_BEGIN_ARG_INFO(arginfo_Object, 0) - ZEND_ARG_INFO(0, object 0) + ZEND_ARG_INFO(0, object) ZEND_END_ARG_INFO(); static zend_function_entry spl_funcs_SplObjectStorage[] = { |
