Completed
Push — queries ( 779e6b...06f228 )
by Kamil
25:25
created
src/Sylius/Behat/Context/Setup/ProductContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -651,7 +651,7 @@
 block discarded – undo
651 651
 
652 652
         /** @var ImageInterface $productImage */
653 653
         $productImage = $this->productImageFactory->createNew();
654
-        $productImage->setFile(new UploadedFile($filesPath.$imagePath, basename($imagePath)));
654
+        $productImage->setFile(new UploadedFile($filesPath . $imagePath, basename($imagePath)));
655 655
         $productImage->setType($imageType);
656 656
         $this->imageUploader->upload($productImage);
657 657
 
Please login to merge, or discard this patch.