]> granicus.if.org Git - php/commitdiff
Fix parameter name of pspell_config_save_repl()
authorMáté Kocsis <kocsismate@woohoolabs.com>
Thu, 22 Oct 2020 09:44:19 +0000 (11:44 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 22 Oct 2020 12:54:43 +0000 (14:54 +0200)
Closes GH-6369.

ext/pspell/pspell.stub.php
ext/pspell/pspell_arginfo.h

index 241e51047155f5e28d20bee105c7966b715936c5..cf15fb35ebc1e73aa5460cce263971c47b76bf94 100644 (file)
@@ -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 {}
index 93fd069e9efc84da1721d59984f52dc290484685..102907461c1a2b031cf25af4a9b74b14b58400ed 100644 (file)
@@ -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()