Completed
Push — remove-availableon-availableun... ( a4afbd )
by Kamil
49:15 queued 24:06
created
src/Sylius/Component/Product/Model/ProductVariantInterface.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -33,6 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param string $name
36
+     * @return void
36 37
      */
37 38
     public function setName($name);
38 39
 
@@ -48,11 +49,13 @@  discard block
 block discarded – undo
48 49
 
49 50
     /**
50 51
      * @param ProductOptionValueInterface $optionValue
52
+     * @return void
51 53
      */
52 54
     public function addOptionValue(ProductOptionValueInterface $optionValue);
53 55
 
54 56
     /**
55 57
      * @param ProductOptionValueInterface $optionValue
58
+     * @return void
56 59
      */
57 60
     public function removeOptionValue(ProductOptionValueInterface $optionValue);
58 61
 
@@ -70,6 +73,7 @@  discard block
 block discarded – undo
70 73
 
71 74
     /**
72 75
      * @param null|ProductInterface $product
76
+     * @return void
73 77
      */
74 78
     public function setProduct(ProductInterface $product = null);
75 79
 
@@ -80,6 +84,7 @@  discard block
 block discarded – undo
80 84
 
81 85
     /**
82 86
      * @param int $position
87
+     * @return void
83 88
      */
84 89
     public function setPosition($position);
85 90
 }
Please login to merge, or discard this patch.