Completed
Push — 1.0-release-1.0.2 ( 4bf3c2 )
by Kamil
25:30
created
src/Sylius/Component/Product/Model/ProductOptionInterface.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -35,6 +35,7 @@  discard block
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * @param string $name
38
+     * @return void
38 39
      */
39 40
     public function setName(?string $name): void;
40 41
 
@@ -45,6 +46,7 @@  discard block
 block discarded – undo
45 46
 
46 47
     /**
47 48
      * @param int $position
49
+     * @return void
48 50
      */
49 51
     public function setPosition(?int $position): void;
50 52
 
@@ -55,11 +57,13 @@  discard block
 block discarded – undo
55 57
 
56 58
     /**
57 59
      * @param ProductOptionValueInterface $optionValue
60
+     * @return void
58 61
      */
59 62
     public function addValue(ProductOptionValueInterface $optionValue): void;
60 63
 
61 64
     /**
62 65
      * @param ProductOptionValueInterface $optionValue
66
+     * @return void
63 67
      */
64 68
     public function removeValue(ProductOptionValueInterface $optionValue): void;
65 69
 
Please login to merge, or discard this patch.
src/Sylius/Component/Product/Model/ProductAssociationTypeInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param string|null $name
39
+     * @return void
39 40
      */
40 41
     public function setName(?string $name): void;
41 42
 
Please login to merge, or discard this patch.