Completed
Pull Request — master (#21)
by Tim
03:14
created
src/Subjects/AbstractSubject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Set's the system configuration.
136 136
      *
137
-     * @param \TechDivision\Import\Configuration\Subject $configuration The system configuration
137
+     * @param SubjectConfigurationInterface $configuration The system configuration
138 138
      *
139 139
      * @return void
140 140
      */
Please login to merge, or discard this patch.
src/Services/ImportProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -366,7 +366,7 @@
 block discarded – undo
366 366
     /**
367 367
      * Return's the repository to access link attributes.
368 368
      *
369
-     * @return \TechDivision\Import\Repositories\LinkTypeRepository The repository instance
369
+     * @return \TechDivision\Import\Repositories\LinkAttributeRepository The repository instance
370 370
      */
371 371
     public function getLinkAttributeRepository()
372 372
     {
Please login to merge, or discard this patch.