@@ -61,7 +61,7 @@ |
||
61 | 61 | $attributeValues = $this->productAttributeValueRepository->getUniqueAttributeValues($productAttribute); |
62 | 62 | |
63 | 63 | $choices = []; |
64 | - array_walk($attributeValues, function (ProductAttributeValueInterface $productAttributeValue) use (&$choices): void { |
|
64 | + array_walk($attributeValues, function(ProductAttributeValueInterface $productAttributeValue) use (&$choices): void { |
|
65 | 65 | $product = $productAttributeValue->getProduct(); |
66 | 66 | |
67 | 67 | if (!$product->isEnabled()) { |