summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-10-22 11:44:19 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-10-22 11:44:19 +0200
commitbab361157bd457332388e0e1744d213b6af1b929 (patch)
tree444035d22aa7cc751ef8d80760ee695810277f1f
parentac87880addfd22e651b210346178dc1ed851b1dd (diff)
downloadphp-git-psell-fix.tar.gz
Fix parameter name of pspell_config_save_repl()psell-fix
-rw-r--r--ext/pspell/pspell.stub.php2
-rw-r--r--ext/pspell/pspell_arginfo.h4
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()