We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5e82 commit 9e308efCopy full SHA for 9e308ef
app/code/Magento/Catalog/Model/ResourceModel/Category.php
@@ -584,8 +584,10 @@ public function getIsActiveAttributeId()
584
*/
585
public function findWhereAttributeIs($entityIdsFilter, $attribute, $expectedValue)
586
{
587
+ // @codingStandardsIgnoreStart
588
$serializeData = $this->serializer->serialize($entityIdsFilter);
589
$entityIdsFilterHash = md5($serializeData);
590
+ // @codingStandardsIgnoreEnd
591
592
if (!isset($this->entitiesWhereAttributesIs[$entityIdsFilterHash][$attribute->getId()][$expectedValue])) {
593
$linkField = $this->getLinkField();
0 commit comments