We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fcd8f commit 8791345Copy full SHA for 8791345
setup/src/Magento/Setup/Fixtures/ConfigurableProductsFixture.php
@@ -770,7 +770,7 @@ private function getConfigurableProductsVariationsValue()
770
*/
771
private function getAdditionalAttributesClosure(array $attributes, $variationCount)
772
{
773
- $optionsPerAttribute = array_map(function($attr) {
+ $optionsPerAttribute = array_map(function ($attr) {
774
return count($attr['values']);
775
}, $attributes);
776
$variationsMatrix = $this->generateVariationsMatrix(count($attributes), $optionsPerAttribute);
0 commit comments