From bab361157bd457332388e0e1744d213b6af1b929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 22 Oct 2020 11:44:19 +0200 Subject: Fix parameter name of pspell_config_save_repl() --- ext/pspell/pspell.stub.php | 2 +- ext/pspell/pspell_arginfo.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/pspell/pspell.stub.php b/ext/pspell/pspell.stub.php index 241e510471..cf15fb35eb 100644 --- a/ext/pspell/pspell.stub.php +++ b/ext/pspell/pspell.stub.php @@ -45,4 +45,4 @@ function pspell_config_data_dir(int $config, string $directory): bool {} function pspell_config_repl(int $config, string $filename): bool {} -function pspell_config_save_repl(int $dictionary, bool $save): bool {} +function pspell_config_save_repl(int $config, bool $save): bool {} diff --git a/ext/pspell/pspell_arginfo.h b/ext/pspell/pspell_arginfo.h index 93fd069e9e..102907461c 100644 --- a/ext/pspell/pspell_arginfo.h +++ b/ext/pspell/pspell_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 9a6f7791175f73d92c3b92da45f282805ea09a1c */ + * Stub hash: 1d201126072be285aa2dd3c0136cb7cc261f5841 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_pspell_new, 0, 1, MAY_BE_LONG|MAY_BE_FALSE) ZEND_ARG_TYPE_INFO(0, language, IS_STRING, 0) @@ -85,7 +85,7 @@ ZEND_END_ARG_INFO() #define arginfo_pspell_config_repl arginfo_pspell_config_personal ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pspell_config_save_repl, 0, 2, _IS_BOOL, 0) - ZEND_ARG_TYPE_INFO(0, dictionary, IS_LONG, 0) + ZEND_ARG_TYPE_INFO(0, config, IS_LONG, 0) ZEND_ARG_TYPE_INFO(0, save, _IS_BOOL, 0) ZEND_END_ARG_INFO() -- cgit v1.2.1