Completed
Pull Request — master (#83)
by Damian
04:00
created
src/PropertyBuilder/ProductTaxonPositionPropertyBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
                 foreach ($product->getProductTaxons() as $taxon) {
25 25
                     $document->set(
26 26
                         $this->taxonPositionNameResolver->resolvePropertyName($taxon->getTaxon()->getCode()),
Please login to merge, or discard this patch.