@@ -18,10 +18,6 @@ |
||
| 18 | 18 | * @link http://www.techdivision.com |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -use Lurker\Event\FilesystemEvent; |
|
| 22 | - |
|
| 23 | -use Symfony\Component\Finder\Finder; |
|
| 24 | - |
|
| 25 | 21 | /** |
| 26 | 22 | * Defines the available build tasks. |
| 27 | 23 | * |
@@ -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 | */ |
@@ -970,7 +970,7 @@ |
||
| 970 | 970 | * @param string $entityTypeCode The entity type code to return the raw entity for |
| 971 | 971 | * @param array $data An array with data that will be used to initialize the raw entity with |
| 972 | 972 | * |
| 973 | - * @return array The initialized entity |
|
| 973 | + * @return \ArrayAccess The initialized entity |
|
| 974 | 974 | */ |
| 975 | 975 | public function loadRawEntity($entityTypeCode, array $data = array()) |
| 976 | 976 | { |
@@ -90,7 +90,7 @@ |
||
| 90 | 90 | * Initialize the observer with the passed product bunch processor instance. |
| 91 | 91 | * |
| 92 | 92 | * @param \TechDivision\Import\Product\Services\ProductBunchProcessorInterface $productBunchProcessor The product bunch processor instance |
| 93 | - * @param \TechDivision\Import\Observers\AttributeLoaderInterface|null $attributeLoader The attribute loader instance |
|
| 93 | + * @param AttributeLoaderInterface $attributeLoader The attribute loader instance |
|
| 94 | 94 | * @param \TechDivision\Import\Observers\EntityMergers\EntityMergerInterface $entityMerger The entity merger instance |
| 95 | 95 | * @param \TechDivision\Import\Utils\CategoryPathUtilInterface $categoryPathUtil The utility to handle category paths |
| 96 | 96 | * @param \TechDivision\Import\Observers\StateDetectorInterface|null $stateDetector The state detector instance to use |