@@ -25,7 +25,7 @@ |
||
| 25 | 25 | public function consumeEvent(TransformEvent $event): void |
| 26 | 26 | { |
| 27 | 27 | $this->buildProperty($event, ProductInterface::class, |
| 28 | - function (ProductInterface $product, Document $document): void { |
|
| 28 | + function(ProductInterface $product, Document $document): void { |
|
| 29 | 29 | $document->set(self::PROPERTY_NAME, $product->getCode()); |
| 30 | 30 | } |
| 31 | 31 | ); |