src/module-elasticsuite-indices/Model/ResourceModel/WorkingIndexer/Collection.php
Function loadData
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
public function loadData($printQuery = false, $logQuery = false): Collection
{
/** @var IndexerCollection $collection */
$collection = $this->collectionFactory->create();
$indexers = $collection->getItems();
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Suspicious array access to \Magento\Framework\DataObject
Open
Open
foreach ($indicesMapping[$item['indexer_id']] as $index) {
- Exclude checks
Possibly zero references to use statement for classlike/namespace DateTimeInterface
(\DateTimeInterface)
Open
Open
use DateTimeInterface;
- Exclude checks
Possibly zero references to use statement for classlike/namespace IndexerCollection
(\Magento\Indexer\Model\Indexer\Collection)
Open
Open
use Magento\Indexer\Model\Indexer\Collection as IndexerCollection;
- Exclude checks
Suspicious array access to \Magento\Framework\DataObject
Open
Open
if (array_key_exists($item['indexer_id'], $indicesMapping)) {
- Exclude checks
Suspicious array access to \Magento\Framework\DataObject
Open
Open
$item['indexer_updated']
- Exclude checks