Completed
Push — master ( 262cd3...1a012d )
by Mikołaj
06:37 queued 03:18
created
src/Form/Type/ChoiceMapper/ProductAttributesMapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.