@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | /** |
| 118 | 118 | * Return's the product bunch processor instance. |
| 119 | 119 | * |
| 120 | - * @return \TechDivision\Import\Product\Services\ProductBunchProcessorInterface The product bunch processor instance |
|
| 120 | + * @return ProductUrlRewriteProcessorInterface The product bunch processor instance |
|
| 121 | 121 | */ |
| 122 | 122 | protected function getProductUrlRewriteProcessor() |
| 123 | 123 | { |
@@ -622,7 +622,7 @@ discard block |
||
| 622 | 622 | * @param string $path The path of the category to return |
| 623 | 623 | * @param string $storeViewCode The store view code of the category to return |
| 624 | 624 | * |
| 625 | - * @return array The category |
|
| 625 | + * @return string The category |
|
| 626 | 626 | */ |
| 627 | 627 | protected function getCategoryByPath($path, $storeViewCode = StoreViewCodes::ADMIN) |
| 628 | 628 | { |