diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-22 11:44:19 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-22 11:44:19 +0200 |
commit | bab361157bd457332388e0e1744d213b6af1b929 (patch) | |
tree | 444035d22aa7cc751ef8d80760ee695810277f1f /ext/pspell/pspell.stub.php | |
parent | ac87880addfd22e651b210346178dc1ed851b1dd (diff) | |
download | php-git-psell-fix.tar.gz |
Fix parameter name of pspell_config_save_repl()psell-fix
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 {} |