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)