diff options
Diffstat (limited to 'ext/pspell/pspell.stub.php')
-rw-r--r-- | ext/pspell/pspell.stub.php | 2 |
1 files changed, 1 insertions, 1 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 {} |