fts : domci update

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6107 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-09-08 14:36:08 +00:00
parent ccc0b08d35
commit 7e98df1b0c

View File

@@ -92,7 +92,7 @@ class fts
/** Set the method to call on tokens word only /** Set the method to call on tokens word only
* The method must return the token updated * The method must return the token updated
* @param callable $method The callable method * @param callable $callable The callable method
* @return $this * @return $this
*/ */
public function callTokenWord ($callable) public function callTokenWord ($callable)
@@ -108,7 +108,7 @@ class fts
/** Set the method to call on tokens sentence only /** Set the method to call on tokens sentence only
* The method must return the token updated * The method must return the token updated
* @param callable $method The callable method * @param callable $callable The callable method
* @return $this * @return $this
*/ */
public function callTokenSentence ($callable) public function callTokenSentence ($callable)