Completed
Push — master ( da1f1e...4f34c8 )
by Kamil
10:16 queued 11s
created
src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductExampleFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@
 block discarded – undo
414 414
     {
415 415
         return trim(array_reduce(
416 416
             $variant->getOptionValues()->toArray(),
417
-            static function(?string $variantName, ProductOptionValueInterface $variantOption) {
417
+            static function (?string $variantName, ProductOptionValueInterface $variantOption) {
418 418
                 return $variantName . sprintf('%s ', $variantOption->getValue());
419 419
             },
420 420
             ''
Please login to merge, or discard this patch.