src/module-elasticsuite-core/Search/Request/Query/Span/SpanNear.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $clauses = [],
int $slop = 12,
bool $inOrder = true,
string $name = null,
string $boost = QueryInterface::DEFAULT_BOOST_VALUE
syntax error, unexpected 'int' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private int $slop;
- Exclude checks