@@ -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 | */ |