@@ -22,10 +22,7 @@ |
||
| 22 | 22 | |
| 23 | 23 | use TechDivision\Import\Utils\BunchKeys; |
| 24 | 24 | use TechDivision\Import\Utils\RegistryKeys; |
| 25 | -use TechDivision\Import\ApplicationInterface; |
|
| 26 | 25 | use TechDivision\Import\Subjects\ExportableSubjectInterface; |
| 27 | -use TechDivision\Import\Cli\Exceptions\LineNotFoundException; |
|
| 28 | -use TechDivision\Import\Cli\Exceptions\FileNotFoundException; |
|
| 29 | 26 | use TechDivision\Import\Configuration\SubjectConfigurationInterface; |
| 30 | 27 | |
| 31 | 28 | /** |
@@ -369,7 +369,7 @@ discard block |
||
| 369 | 369 | /** |
| 370 | 370 | * Return's the repository to access link attributes. |
| 371 | 371 | * |
| 372 | - * @return \TechDivision\Import\Repositories\LinkTypeRepository The repository instance |
|
| 372 | + * @return \TechDivision\Import\Repositories\LinkAttributeRepository The repository instance |
|
| 373 | 373 | */ |
| 374 | 374 | public function getLinkAttributeRepository() |
| 375 | 375 | { |
@@ -413,7 +413,7 @@ discard block |
||
| 413 | 413 | /** |
| 414 | 414 | * Return's the attribute sets for the passed entity type ID. |
| 415 | 415 | * |
| 416 | - * @param mixed $entityTypeId The entity type ID to return the attribute sets for |
|
| 416 | + * @param integer $entityTypeId The entity type ID to return the attribute sets for |
|
| 417 | 417 | * |
| 418 | 418 | * @return array|boolean The attribute sets for the passed entity type ID |
| 419 | 419 | */ |