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