@@ -28,6 +28,7 @@ discard block |
||
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * @param string|null $name |
| 31 | + * @return void |
|
| 31 | 32 | */ |
| 32 | 33 | public function setName(?string $name): void; |
| 33 | 34 | |
@@ -38,6 +39,7 @@ discard block |
||
| 38 | 39 | |
| 39 | 40 | /** |
| 40 | 41 | * @param string|null $description |
| 42 | + * @return void |
|
| 41 | 43 | */ |
| 42 | 44 | public function setDescription(?string $description): void; |
| 43 | 45 | |
@@ -48,6 +50,7 @@ discard block |
||
| 48 | 50 | |
| 49 | 51 | /** |
| 50 | 52 | * @param string|null $metaKeywords |
| 53 | + * @return void |
|
| 51 | 54 | */ |
| 52 | 55 | public function setMetaKeywords(?string $metaKeywords): void; |
| 53 | 56 | |
@@ -58,6 +61,7 @@ discard block |
||
| 58 | 61 | |
| 59 | 62 | /** |
| 60 | 63 | * @param string|null $metaDescription |
| 64 | + * @return void |
|
| 61 | 65 | */ |
| 62 | 66 | public function setMetaDescription(?string $metaDescription): void; |
| 63 | 67 | } |
@@ -35,6 +35,7 @@ discard block |
||
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * @param string|null $name |
| 38 | + * @return void |
|
| 38 | 39 | */ |
| 39 | 40 | public function setName(?string $name): void; |
| 40 | 41 | |
@@ -50,11 +51,13 @@ discard block |
||
| 50 | 51 | |
| 51 | 52 | /** |
| 52 | 53 | * @param ProductOptionValueInterface $optionValue |
| 54 | + * @return void |
|
| 53 | 55 | */ |
| 54 | 56 | public function addOptionValue(ProductOptionValueInterface $optionValue): void; |
| 55 | 57 | |
| 56 | 58 | /** |
| 57 | 59 | * @param ProductOptionValueInterface $optionValue |
| 60 | + * @return void |
|
| 58 | 61 | */ |
| 59 | 62 | public function removeOptionValue(ProductOptionValueInterface $optionValue): void; |
| 60 | 63 | |
@@ -72,6 +75,7 @@ discard block |
||
| 72 | 75 | |
| 73 | 76 | /** |
| 74 | 77 | * @param ProductInterface|null $product |
| 78 | + * @return void |
|
| 75 | 79 | */ |
| 76 | 80 | public function setProduct(?ProductInterface $product): void; |
| 77 | 81 | |
@@ -82,6 +86,7 @@ discard block |
||
| 82 | 86 | |
| 83 | 87 | /** |
| 84 | 88 | * @param int|null $position |
| 89 | + * @return void |
|
| 85 | 90 | */ |
| 86 | 91 | public function setPosition(?int $position): void; |
| 87 | 92 | } |
@@ -29,6 +29,7 @@ |
||
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * @param string|null $name |
| 32 | + * @return void |
|
| 32 | 33 | */ |
| 33 | 34 | public function setName(?string $name): void; |
| 34 | 35 | } |