@@ -67,11 +67,11 @@ |
||
67 | 67 | * @param \TechDivision\Import\Connection\ConnectionInterface $connection The connection to use |
68 | 68 | * @param \TechDivision\Import\Category\Ee\Actions\SequenceCategoryAction $sequenceCategoryAction The sequence category action to use |
69 | 69 | * @param \TechDivision\Import\Category\Ee\Repositories\CategoryRepository $categoryRepository The category repository to use |
70 | - * @param \TechDivision\Import\Category\Ee\Repositories\CategoryDatetimeRepository $categoryDatetimeRepository The category datetime repository to use |
|
71 | - * @param \TechDivision\Import\Category\Ee\Repositories\CategoryDecimalRepository $categoryDecimalRepository The category decimal repository to use |
|
72 | - * @param \TechDivision\Import\Category\Ee\Repositories\CategoryIntRepository $categoryIntRepository The category integer repository to use |
|
73 | - * @param \TechDivision\Import\Category\Ee\Repositories\CategoryTextRepository $categoryTextRepository The category text repository to use |
|
74 | - * @param \TechDivision\Import\Category\Ee\Repositories\CategoryVarcharRepository $categoryVarcharRepository The category varchar repository to use |
|
70 | + * @param CategoryDatetimeRepository $categoryDatetimeRepository The category datetime repository to use |
|
71 | + * @param CategoryDecimalRepository $categoryDecimalRepository The category decimal repository to use |
|
72 | + * @param CategoryIntRepository $categoryIntRepository The category integer repository to use |
|
73 | + * @param CategoryTextRepository $categoryTextRepository The category text repository to use |
|
74 | + * @param CategoryVarcharRepository $categoryVarcharRepository The category varchar repository to use |
|
75 | 75 | * @param \TechDivision\Import\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
76 | 76 | * @param \TechDivision\Import\Repositories\EavAttributeRepository $eavAttributeRepository The EAV attribute repository to use |
77 | 77 | * @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteRepository The URL rewrite repository to use |