Skip to content

Commit 31f1663

Browse files
committed
Align else statements. Usage not required
1 parent d76b6c1 commit 31f1663

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)