Completed
Pull Request — master (#35)
by Tim
03:16
created
src/Services/ImportProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.