Remove unused highlighting parameters

This commit is contained in:
Benoît Burnichon
2016-03-29 19:11:48 +02:00
parent 37883ed1ae
commit c89bf664b5
3 changed files with 6 additions and 9 deletions

View File

@@ -216,15 +216,12 @@ SQL;
}
/**
*
* @param string $highlight
* @param array $grep_fields
* @param SearchEngineInterface $searchEngine
* @param Boolean $includeBusiness
*
* @param string $highlight
* @param array $grep_fields
* @param bool $includeBusiness
* @return array
*/
public function get_highlight_fields($highlight = '', Array $grep_fields = null, SearchEngineInterface $searchEngine = null, $includeBusiness = false, SearchEngineOptions $options = null)
public function get_highlight_fields($highlight = '', array $grep_fields = null, $includeBusiness = false)
{
$fields = [];