Skip to content

Commit d53ae02

Browse files
authored
Fix coding style
1 parent b3a21c4 commit d53ae02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/ConfigurableProduct/Setup/Patch/Data/UpdateManufacturerAttribute.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ public function apply()
5151
/** @var EavSetup $eavSetup */
5252
$eavSetup = $this->eavSetupFactory->create(['setup' => $this->moduleDataSetup]);
5353

54-
if($manufacturer = $eavSetup->getAttribute(
54+
if ($manufacturer = $eavSetup->getAttribute(
5555
\Magento\Catalog\Model\Product::ENTITY,
5656
'manufacturer',
57-
'apply_to')
58-
) {
57+
'apply_to'
58+
)) {
5959
$relatedProductTypes = explode(
6060
',',
6161
$manufacturer

0 commit comments

Comments
 (0)