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