Skip to content

Commit 4fb5ccf

Browse files
kocsismatenikic
authored andcommitted
Fix parameter name of pspell_config_save_repl()
Closes GH-6369.
1 parent 97dd0eb commit 4fb5ccf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/pspell/pspell.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ function pspell_config_data_dir(int $config, string $directory): bool {}
4545

4646
function pspell_config_repl(int $config, string $filename): bool {}
4747

48-
function pspell_config_save_repl(int $dictionary, bool $save): bool {}
48+
function pspell_config_save_repl(int $config, bool $save): bool {}

ext/pspell/pspell_arginfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 9a6f7791175f73d92c3b92da45f282805ea09a1c */
2+
* Stub hash: 1d201126072be285aa2dd3c0136cb7cc261f5841 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_pspell_new, 0, 1, MAY_BE_LONG|MAY_BE_FALSE)
55
ZEND_ARG_TYPE_INFO(0, language, IS_STRING, 0)
@@ -85,7 +85,7 @@ ZEND_END_ARG_INFO()
8585
#define arginfo_pspell_config_repl arginfo_pspell_config_personal
8686

8787
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pspell_config_save_repl, 0, 2, _IS_BOOL, 0)
88-
ZEND_ARG_TYPE_INFO(0, dictionary, IS_LONG, 0)
88+
ZEND_ARG_TYPE_INFO(0, config, IS_LONG, 0)
8989
ZEND_ARG_TYPE_INFO(0, save, _IS_BOOL, 0)
9090
ZEND_END_ARG_INFO()
9191

0 commit comments

Comments
 (0)