DataSource/DataSourceBuilder.php
Method newRawField
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function newRawField($name, $type, $field, $alias, $options)
Method addVectorField
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addVectorField($name, $type, $filteringField, array $aliasedFields, array $options = [])
Avoid too many return
statements within this method. Open
Open
return new SearchTextDataType();
Avoid too many return
statements within this method. Open
Open
return new PercentDataType();
Avoid too many return
statements within this method. Open
Open
return new EntityDataType();