@@ -44,11 +44,13 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * @param ImageInterface $image |
| 47 | + * @return void |
|
| 47 | 48 | */ |
| 48 | 49 | public function addImage(ProductImageInterface $image); |
| 49 | 50 | |
| 50 | 51 | /** |
| 51 | 52 | * @param ImageInterface $image |
| 53 | + * @return void |
|
| 52 | 54 | */ |
| 53 | 55 | public function removeImage(ProductImageInterface $image); |
| 54 | 56 | } |