Completed
Pull Request — master (#20)
by Tim
10:40
created
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.
src/Subjects/AbstractSubject.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     /**
192 192
      * Set's the system configuration.
193 193
      *
194
-     * @param \TechDivision\Import\Configuration\Subject $configuration The system configuration
194
+     * @param SubjectConfigurationInterface $configuration The system configuration
195 195
      *
196 196
      * @return void
197 197
      */
@@ -631,6 +631,9 @@  discard block
 block discarded – undo
631 631
         }
632 632
     }
633 633
 
634
+    /**
635
+     * @param string $filename
636
+     */
634 637
     protected function match($filename)
635 638
     {
636 639
 
Please login to merge, or discard this patch.