From 7e98df1b0c9b91ed00c0eb6c906d7bf961219c6b Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 8 Sep 2020 14:36:08 +0000 Subject: [PATCH] fts : domci update git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6107 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- fts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fts.php b/fts.php index a4b38c3..c365381 100644 --- a/fts.php +++ b/fts.php @@ -92,7 +92,7 @@ class fts /** Set the method to call on tokens word only * The method must return the token updated - * @param callable $method The callable method + * @param callable $callable The callable method * @return $this */ public function callTokenWord ($callable) @@ -108,7 +108,7 @@ class fts /** Set the method to call on tokens sentence only * The method must return the token updated - * @param callable $method The callable method + * @param callable $callable The callable method * @return $this */ public function callTokenSentence ($callable)