Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-tracker/Model/EventQueue.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

Class \Smile\ElasticsuiteTracker\Api\EventProcessorInterface was passed to foreach, but it does not extend Traversable and doesn't have any declared properties. (This check excludes dynamic properties)
Open

foreach ($this->processors as $processor) {

Default value for \Smile\ElasticsuiteTracker\Api\EventProcessorInterface $eventProcessors can't be array{}
Open

public function __construct(ResourceModel\EventQueue $resourceModel, $eventProcessors = [])
Category
Status