Skip to content

Commit 9e308ef

Browse files
committed
MAGETWO-66959: Fix failing static test
1 parent a2b5e82 commit 9e308ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Category.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,10 @@ public function getIsActiveAttributeId()
584584
*/
585585
public function findWhereAttributeIs($entityIdsFilter, $attribute, $expectedValue)
586586
{
587+
// @codingStandardsIgnoreStart
587588
$serializeData = $this->serializer->serialize($entityIdsFilter);
588589
$entityIdsFilterHash = md5($serializeData);
590+
// @codingStandardsIgnoreEnd
589591

590592
if (!isset($this->entitiesWhereAttributesIs[$entityIdsFilterHash][$attribute->getId()][$expectedValue])) {
591593
$linkField = $this->getLinkField();

0 commit comments

Comments
 (0)