Skip to content

Commit

Permalink
Reverting todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jan 20, 2022
1 parent d35d891 commit 9122eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_finder/src/Indexer/Helper.php
Expand Up @@ -113,7 +113,7 @@ public static function tokenize($input, $lang, $phrase = false)
$tokens = array();
$terms = $language->tokenise($input);

// TODO: array_filter removes any number 0's from the terms. Not sure this is entirely intended
// @todo: array_filter removes any number 0's from the terms. Not sure this is entirely intended
$terms = array_filter($terms);
$terms = array_values($terms);

Expand Down

0 comments on commit 9122eba

Please sign in to comment.