Passed
Pull Request — master (#172)
by
unknown
06:30
created
src/PropertyBuilder/ProductCodeBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.