@@ -77,8 +77,8 @@ discard block |
||
77 | 77 | * Initialize the processor with the necessary assembler and repository instances. |
78 | 78 | * |
79 | 79 | * @param \TechDivision\Import\Connection\ConnectionInterface $connection The connection to use |
80 | - * @param \TechDivision\Import\Product\Link\Repositories\\ProductLinkRepository $productLinkRepository The product link repository to use |
|
81 | - * @param \TechDivision\Import\Product\Link\Repositories\\ProductLinkAttributeIntRepository $productLinkAttributeIntRepository The product link attribute integer repository to use |
|
80 | + * @param ProductLinkRepository $productLinkRepository The product link repository to use |
|
81 | + * @param ProductLinkAttributeIntRepository $productLinkAttributeIntRepository The product link attribute integer repository to use |
|
82 | 82 | * @param \TechDivision\Import\Product\Link\Actions\ProductLinkAction $productLinkAction The product link action to use |
83 | 83 | * @param \TechDivision\Import\Product\Link\Actions\ProductLinkAttributeIntAction $productLinkAttributeIntAction The product link attribute integer action to use |
84 | 84 | */ |
@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | /** |
222 | 222 | * Return's the action with the product link CRUD methods. |
223 | 223 | * |
224 | - * @return \TechDivision\Import\Product\Link\Actions\ProductLinkGalleryAction The action with the product link CRUD methods |
|
224 | + * @return ProductLinkAction The action with the product link CRUD methods |
|
225 | 225 | */ |
226 | 226 | public function getProductLinkAction() |
227 | 227 | { |