@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * @param \TechDivision\Import\Category\Ee\Repositories\CategoryIntRepository $categoryIntRepository The category integer repository to use |
71 | 71 | * @param \TechDivision\Import\Category\Ee\Repositories\CategoryTextRepository $categoryTextRepository The category text repository to use |
72 | 72 | * @param \TechDivision\Import\Category\Ee\Repositories\CategoryVarcharRepository $categoryVarcharRepository The category varchar repository to use |
73 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
73 | + * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
74 | 74 | * @param \TechDivision\Import\Repositories\EavAttributeRepository $eavAttributeRepository The EAV attribute repository to use |
75 | 75 | * @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteRepository The URL rewrite repository to use |
76 | 76 | * @param \TechDivision\Import\Category\Actions\CategoryDatetimeAction $categoryDatetimeAction The category datetime action to use |
@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | * @param \TechDivision\Import\Category\Actions\CategoryAction $categoryAction The category action to use |
80 | 80 | * @param \TechDivision\Import\Category\Actions\CategoryTextAction $categoryTextAction The category text action to use |
81 | 81 | * @param \TechDivision\Import\Category\Actions\CategoryVarcharAction $categoryVarcharAction The category varchar action to use |
82 | - * @param \TechDivision\Import\Product\Actions\UrlRewriteAction $urlRewriteAction The URL rewrite action to use |
|
82 | + * @param UrlRewriteAction $urlRewriteAction The URL rewrite action to use |
|
83 | 83 | * @param \TechDivision\Import\Assembler\CategoryAssembler $categoryAssembler The category assembler to use |
84 | 84 | */ |
85 | 85 | public function __construct( |