src/module-elasticsuite-core/Search/Request/Query/FunctionScore.php
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
\Magento\Framework\Search\Request\QueryInterface $query,
$functions = [],
$name = null,
$scoreMode = self::SCORE_MODE_SUM,
$boostMode = self::BOOST_MODE_SUM,
Declaration of function setName($name) : \Smile\ElasticsuiteCore\Search\Request\Query\FunctionScore
should be compatible with function setName(string $name) : \Smile\ElasticsuiteCore\Search\Request\QueryInterface
(method returning '\Smile\ElasticsuiteCore\Search\Request\Query\FunctionScore'
cannot override method returning '\Smile\ElasticsuiteCore\Search\Request\QueryInterface')
defined in /code/src/module-elasticsuite-core/Search/Request/QueryInterface.php:50
Open
Open
public function setName($name): self
- Exclude checks
Declaration of function setName($name) : \Smile\ElasticsuiteCore\Search\Request\Query\FunctionScore
should be compatible with function setName(string $name) : \Smile\ElasticsuiteCore\Search\Request\QueryInterface
(parameter #1 with no type cannot replace original parameter with type 'string')
defined in /code/src/module-elasticsuite-core/Search/Request/QueryInterface.php:50
Open
Open
public function setName($name): self
- Exclude checks