Completed
Pull Request — master (#20)
by Tim
10:40
created
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.