@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction $productMediaGalleryAction The product media gallery action to use |
107 | 107 | * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueAction $productMediaGalleryValueAction The product media gallery value action to use |
108 | 108 | * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueToEntityAction $productMediaGalleryValueToEntityAction The product media gallery value to entity action to use |
109 | - * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryVideoAction $productMediaGalleryValueVideoAction The product media gallery value video action to use |
|
109 | + * @param ProductMediaGalleryValueVideoAction $productMediaGalleryValueVideoAction The product media gallery value video action to use |
|
110 | 110 | */ |
111 | 111 | public function __construct( |
112 | 112 | \PDO $connection, |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | /** |
298 | 298 | * Return's the action with the product media gallery valueCRUD methods. |
299 | 299 | * |
300 | - * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction The action with the product media gallery value CRUD methods |
|
300 | + * @return ProductMediaGalleryValueAction The action with the product media gallery value CRUD methods |
|
301 | 301 | */ |
302 | 302 | public function getProductMediaGalleryValueAction() |
303 | 303 | { |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | /** |
320 | 320 | * Return's the action with the product media gallery value to entity CRUD methods. |
321 | 321 | * |
322 | - * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods |
|
322 | + * @return ProductMediaGalleryValueToEntityAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods |
|
323 | 323 | */ |
324 | 324 | public function getProductMediaGalleryValueToEntityAction() |
325 | 325 | { |