@@ -191,7 +191,7 @@ discard block |
||
| 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 |
||
| 631 | 631 | } |
| 632 | 632 | } |
| 633 | 633 | |
| 634 | + /** |
|
| 635 | + * @param string $filename |
|
| 636 | + */ |
|
| 634 | 637 | protected function match($filename) |
| 635 | 638 | { |
| 636 | 639 | |