Passed
Push — master ( bf9a0c...154e98 )
by Mikołaj
03:44
created
src/PropertyBuilder/ProductMainTaxonPositionPropertyBuilder.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
                 $mainTaxon = $product->getMainTaxon();
25 25
 
26 26
                 if (null === $mainTaxon) {
Please login to merge, or discard this patch.