| @@ -333,7 +333,7 @@ | ||
| 333 | 333 | * @param \TechDivision\Import\Subjects\UrlKeyAwareSubjectInterface $subject The subject to make the URL key unique for | 
| 334 | 334 | * @param array $entity The entity to make the URL key unique for | 
| 335 | 335 | * @param string $urlKey The URL key to make unique | 
| 336 | - * @param array $urlPaths The URL paths to make unique | |
| 336 | + * @param string[] $urlPaths The URL paths to make unique | |
| 337 | 337 | * | 
| 338 | 338 | * @return string The unique URL key | 
| 339 | 339 | */ | 
| @@ -25,7 +25,6 @@ | ||
| 25 | 25 | use TechDivision\Import\Loaders\LoaderInterface; | 
| 26 | 26 | use TechDivision\Import\Services\RegistryProcessorInterface; | 
| 27 | 27 | use TechDivision\Import\Utils\Generators\GeneratorInterface; | 
| 28 | -use TechDivision\Import\Utils\StoreViewCodes; | |
| 29 | 28 | use TechDivision\Import\Utils\Mappings\MapperInterface; | 
| 30 | 29 | use TechDivision\Import\Product\Utils\MemberNames; | 
| 31 | 30 | use TechDivision\Import\Product\Utils\RegistryKeys; |