@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | /** |
171 | 171 | * Return's the action with the product media gallery valueCRUD methods. |
172 | 172 | * |
173 | - * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction The action with the product media gallery value CRUD methods |
|
173 | + * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueAction The action with the product media gallery value CRUD methods |
|
174 | 174 | */ |
175 | 175 | public function getProductMediaGalleryValueAction() |
176 | 176 | { |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | /** |
193 | 193 | * Return's the action with the product media gallery value to entity CRUD methods. |
194 | 194 | * |
195 | - * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods |
|
195 | + * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueToEntityAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods |
|
196 | 196 | */ |
197 | 197 | public function getProductMediaGalleryValueToEntityAction() |
198 | 198 | { |
@@ -289,7 +289,7 @@ |
||
289 | 289 | /** |
290 | 290 | * Return's the name of the created image. |
291 | 291 | * |
292 | - * @return string The name of the created image |
|
292 | + * @return integer The name of the created image |
|
293 | 293 | */ |
294 | 294 | public function getParentImage() |
295 | 295 | { |
@@ -23,7 +23,6 @@ |
||
23 | 23 | use TechDivision\Import\Utils\RegistryKeys; |
24 | 24 | use TechDivision\Import\Product\Subjects\AbstractProductSubject; |
25 | 25 | use TechDivision\Import\Product\Media\Utils\ConfigurationKeys; |
26 | -use TechDivision\Import\Product\Media\Services\ProductMediaProcessorInterface; |
|
27 | 26 | |
28 | 27 | /** |
29 | 28 | * A SLSB that handles the process to import product variants. |