Completed
Push — template-events ( d018fc )
by Kamil
41:52 queued 13:22
created
src/Sylius/Component/Core/Model/ProductImageInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -30,11 +30,13 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * @param ProductVariantInterface $productVariant
33
+     * @return void
33 34
      */
34 35
     public function addProductVariant(ProductVariantInterface $productVariant);
35 36
 
36 37
     /**
37 38
      * @param ProductVariantInterface $productVariant
39
+     * @return void
38 40
      */
39 41
     public function removeProductVariant(ProductVariantInterface $productVariant);
40 42
 
Please login to merge, or discard this patch.