Skip to content

Commit 234d895

Browse files
committed
MAGETWO-32134: Build stabilization:
-fix static tests
1 parent 34d4a56 commit 234d895

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/Catalog/Model/Resource/Product.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,5 +627,4 @@ public function validate($object)
627627

628628
return parent::validate($object);
629629
}
630-
631630
}

app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,7 @@ protected function _getLoadAttributesSelect($table, $attributeIds = [])
11811181
$attributeIds
11821182
);
11831183

1184-
if(!in_array($this->getEntity()->getType(), $this->entityTypes))
1185-
{
1184+
if (!in_array($this->getEntity()->getType(), $this->entityTypes)) {
11861185
$select->where(
11871186
'entity_type_id =?',
11881187
$this->getEntity()->getTypeId()

0 commit comments

Comments
 (0)