The expression return $this->definitions returns the type iterable which is incompatible with the documented return type Shopware\Elasticsearch\F...asticsearchDefinition[].
Loading history...
25
}
26
27
/**
28
* @return iterable<string>
29
*/
30
public function getDefinitionNames(): iterable
31
{
32
$names = [];
33
34
foreach ($this->getDefinitions() as $definition) {