@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | * an email on [email protected]. |
9 | 9 | */ |
10 | 10 | |
11 | -declare(strict_types=1); |
|
11 | +declare(strict_types = 1); |
|
12 | 12 | |
13 | 13 | namespace BitBag\SyliusElasticsearchPlugin\Form\Type; |
14 | 14 | |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | /** @var ProductAttributeInterface $productAttribute */ |
52 | 52 | foreach ($this->productAttributesContext->getAttributes() as $productAttribute) { |
53 | 53 | $name = $this->attributePropertyPrefix . '_' . $productAttribute->getCode(); |
54 | - $attributeValues = array_map(function (ProductAttributeValueInterface $productAttributeValue): ?string { |
|
54 | + $attributeValues = array_map(function(ProductAttributeValueInterface $productAttributeValue): ?string { |
|
55 | 55 | return $productAttributeValue->getValue(); |
56 | 56 | }, $productAttribute->getValues()->toArray()); |
57 | 57 |
@@ -8,7 +8,7 @@ |
||
8 | 8 | * an email on [email protected]. |
9 | 9 | */ |
10 | 10 | |
11 | -declare(strict_types=1); |
|
11 | +declare(strict_types = 1); |
|
12 | 12 | |
13 | 13 | namespace BitBag\SyliusElasticsearchPlugin\Finder; |
14 | 14 |
@@ -8,7 +8,7 @@ |
||
8 | 8 | * an email on [email protected]. |
9 | 9 | */ |
10 | 10 | |
11 | -declare(strict_types=1); |
|
11 | +declare(strict_types = 1); |
|
12 | 12 | |
13 | 13 | namespace BitBag\SyliusElasticsearchPlugin\Context; |
14 | 14 |
@@ -8,7 +8,7 @@ |
||
8 | 8 | * an email on [email protected]. |
9 | 9 | */ |
10 | 10 | |
11 | -declare(strict_types=1); |
|
11 | +declare(strict_types = 1); |
|
12 | 12 | |
13 | 13 | namespace BitBag\SyliusElasticsearchPlugin\Context; |
14 | 14 |