@@ -366,7 +366,7 @@ |
||
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 | { |
@@ -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 |