@@ -239,7 +239,7 @@ |
||
239 | 239 | /** |
240 | 240 | * Return's the product processor instance. |
241 | 241 | * |
242 | - * @return \TechDivision\Import\Services\ProductProcessorInterface The product processor instance |
|
242 | + * @return ProductProcessorInterface The product processor instance |
|
243 | 243 | */ |
244 | 244 | public function getProductProcessor() |
245 | 245 | { |
@@ -206,7 +206,7 @@ |
||
206 | 206 | /** |
207 | 207 | * Return's the PK to create the product => attribute relation. |
208 | 208 | * |
209 | - * @return integer The PK to create the relation with |
|
209 | + * @return string The PK to create the relation with |
|
210 | 210 | */ |
211 | 211 | protected function getPrimaryKey() |
212 | 212 | { |
@@ -263,8 +263,8 @@ discard block |
||
263 | 263 | * @param \TechDivision\Import\Product\Repositories\StockStatusRepository $stockStatusRepository The stock status repository to use |
264 | 264 | * @param \TechDivision\Import\Product\Repositories\StockItemRepository $stockItemRepository The stock item repository to use |
265 | 265 | * @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteRepository The URL rewrite repository to use |
266 | - * @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteProductCategoryRepository The URL rewrite product category repository to use |
|
267 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
266 | + * @param UrlRewriteProductCategoryRepository $urlRewriteProductCategoryRepository The URL rewrite product category repository to use |
|
267 | + * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
268 | 268 | * @param \TechDivision\Import\Repositories\EavAttributeRepository $eavAttributeRepository The EAV attribute repository to use |
269 | 269 | * @param \TechDivision\Import\Product\Actions\CategoryProductAction $categoryProductAction The category product action to use |
270 | 270 | * @param \TechDivision\Import\Product\Actions\ProductDatetimeAction $productDatetimeAction The product datetime action to use |
@@ -406,7 +406,7 @@ discard block |
||
406 | 406 | /** |
407 | 407 | * Set's the repository to access EAV attribute option values. |
408 | 408 | * |
409 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values |
|
409 | + * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values |
|
410 | 410 | * |
411 | 411 | * @return void |
412 | 412 | */ |
@@ -616,7 +616,7 @@ discard block |
||
616 | 616 | /** |
617 | 617 | * Set's the action with the category product relation CRUD methods. |
618 | 618 | * |
619 | - * @param \TechDivision\Import\Product\Actions\ProductCategoryAction $categoryProductAction The action with the category product relation CRUD methods |
|
619 | + * @param CategoryProductAction $categoryProductAction The action with the category product relation CRUD methods |
|
620 | 620 | * |
621 | 621 | * @return void |
622 | 622 | */ |
@@ -704,7 +704,7 @@ discard block |
||
704 | 704 | /** |
705 | 705 | * Set's the action with the URL rewrite product category CRUD methods. |
706 | 706 | * |
707 | - * @param \TechDivision\Import\Product\Actions\UrlRewriteAction $urlRewriteProductCategoryAction The action with the URL rewrite CRUD methods |
|
707 | + * @param UrlRewriteProductCategoryAction $urlRewriteProductCategoryAction The action with the URL rewrite CRUD methods |
|
708 | 708 | * |
709 | 709 | * @return void |
710 | 710 | */ |