@@ -39,7 +39,7 @@ |
||
| 39 | 39 | public function consumeEvent(TransformEvent $event): void |
| 40 | 40 | { |
| 41 | 41 | $this->buildProperty($event, ProductInterface::class, |
| 42 | - function (ProductInterface $product, Document $document): void { |
|
| 42 | + function(ProductInterface $product, Document $document): void { |
|
| 43 | 43 | if (0 === $product->getVariants()->count()) { |
| 44 | 44 | return; |
| 45 | 45 | } |
@@ -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\PropertyBuilder; |
| 14 | 14 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | namespace BitBag\SyliusElasticsearchPlugin\EntityRepository; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | namespace BitBag\SyliusElasticsearchPlugin\EntityRepository; |
| 6 | 6 | |