src/module-elasticsuite-core/Index/Index.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$identifier,
$name,
$defaultSearchType,
MappingInterface $mapping,
$needInstall = false
Possibly zero references to use statement for classlike/namespace TypeInterface
(\Smile\ElasticsuiteCore\Api\Index\TypeInterface)
Open
Open
use Smile\ElasticsuiteCore\Api\Index\TypeInterface;
- Exclude checks
Returning type string
but getDefaultSearchType()
is declared to return \Smile\ElasticsuiteCore\Api\Index\TypeInterface
Open
Open
return $this->defaultSearchType;
- Exclude checks