Skip to content

Commit 886b557

Browse files
committed
Coding Standards Update
1 parent b6c2522 commit 886b557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice/UpdateHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function execute($entity, $arguments = [])
8686
$attribute = $this->attributeRepository->get('tier_price');
8787
$priceRows = $entity->getData($attribute->getName());
8888
$origPrices = $entity->getOrigData($attribute->getName());
89-
if($entity->getTypeId() === Configurable::TYPE_CODE && null !== $origPrices){
89+
if ($entity->getTypeId() === Configurable::TYPE_CODE && null !== $origPrices) {
9090
$priceRows = [];
9191
}
9292
if (null !== $priceRows) {

0 commit comments

Comments
 (0)