Completed
Pull Request — master (#35)
by Tim
03:16
created
src/Plugins/SubjectPlugin.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,7 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
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.