@@ -82,7 +82,7 @@ |
||
82 | 82 | /** |
83 | 83 | * Return's the row ID of the product that has been created recently. |
84 | 84 | * |
85 | - * @return string The row Id |
|
85 | + * @return integer The row Id |
|
86 | 86 | */ |
87 | 87 | public function getLastRowId() |
88 | 88 | { |
@@ -83,7 +83,7 @@ |
||
83 | 83 | /** |
84 | 84 | * Return's the PK to create the product => attribute relation. |
85 | 85 | * |
86 | - * @return integer The PK to create the relation with |
|
86 | + * @return string The PK to create the relation with |
|
87 | 87 | */ |
88 | 88 | protected function getPrimaryKey() |
89 | 89 | { |
@@ -83,8 +83,8 @@ |
||
83 | 83 | * @param \TechDivision\Import\Product\Repositories\StockStatusRepository $stockStatusRepository The stock status repository to use |
84 | 84 | * @param \TechDivision\Import\Product\Repositories\StockItemRepository $stockItemRepository The stock item repository to use |
85 | 85 | * @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteRepository The URL rewrite repository to use |
86 | - * @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteProductCategoryRepository The URL rewrite product category repository to use |
|
87 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
86 | + * @param UrlRewriteProductCategoryRepository $urlRewriteProductCategoryRepository The URL rewrite product category repository to use |
|
87 | + * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
88 | 88 | * @param \TechDivision\Import\Repositories\EavAttributeRepository $eavAttributeRepository The EAV attribute repository to use |
89 | 89 | * @param \TechDivision\Import\Product\Actions\CategoryProductAction $categoryProductAction The category product action to use |
90 | 90 | * @param \TechDivision\Import\Product\Actions\ProductDatetimeAction $productDatetimeAction The product datetime action to use |