Skip to content

Commit 8791345

Browse files
committed
MAGETWO-66727: Update performance profiles with swatches
1 parent 67fcd8f commit 8791345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Fixtures/ConfigurableProductsFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ private function getConfigurableProductsVariationsValue()
770770
*/
771771
private function getAdditionalAttributesClosure(array $attributes, $variationCount)
772772
{
773-
$optionsPerAttribute = array_map(function($attr) {
773+
$optionsPerAttribute = array_map(function ($attr) {
774774
return count($attr['values']);
775775
}, $attributes);
776776
$variationsMatrix = $this->generateVariationsMatrix(count($attributes), $optionsPerAttribute);

0 commit comments

Comments
 (0)