Skip to content

Commit ed01a4a

Browse files
Freek VandeursenFreek Vandeursen
Freek Vandeursen
authored and
Freek Vandeursen
committed
Fix code style, too long line
1 parent 9f0584a commit ed01a4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/Type/AbstractType.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,11 @@ protected function _initAttributes()
285285
}
286286
}
287287
foreach ($absentKeys as $attributeSetName => $attributeIds) {
288-
$unknownAttributeIds = array_diff($attributeIds, array_keys(self::$commonAttributesCache), self::$invisibleAttributesCache);
288+
$unknownAttributeIds = array_diff(
289+
$attributeIds,
290+
array_keys(self::$commonAttributesCache),
291+
self::$invisibleAttributesCache
292+
);
289293
if ($unknownAttributeIds) {
290294
$this->attachAttributesById($attributeSetName, $attributeIds);
291295
}

0 commit comments

Comments
 (0)