| @@ -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 |      { |