@@ -20,7 +20,7 @@ |
||
| 20 | 20 | public function consumeEvent(TransformEvent $event): void |
| 21 | 21 | { |
| 22 | 22 | $this->buildProperty($event, ProductInterface::class, |
| 23 | - function (ProductInterface $product, Document $document): void { |
|
| 23 | + function(ProductInterface $product, Document $document): void { |
|
| 24 | 24 | $mainTaxon = $product->getMainTaxon(); |
| 25 | 25 | |
| 26 | 26 | if (null === $mainTaxon) { |