Skip to content

Commit 2e7e832

Browse files
author
Stanislav Idolov
authored
ENGCOM-1238: Align else statements at app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type/Configurable.php #14540
2 parents 443ec12 + 1612a45 commit 2e7e832

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type

1 file changed

+1
-2
lines changed

app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type/Configurable.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,8 @@ protected function _getSuperAttributeId($productId, $attributeId)
247247
{
248248
if (isset($this->_productSuperAttrs["{$productId}_{$attributeId}"])) {
249249
return $this->_productSuperAttrs["{$productId}_{$attributeId}"];
250-
} else {
251-
return null;
252250
}
251+
return null;
253252
}
254253

255254
/**

0 commit comments

Comments
 (0)