summaryrefslogtreecommitdiff
path: root/ext/pspell/pspell.stub.php
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 /ext/pspell/pspell.stub.php
parentac87880addfd22e651b210346178dc1ed851b1dd (diff)
downloadphp-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.php2
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 {}