@@ -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 | } |