@@ -76,7 +76,6 @@ discard block |
||
76 | 76 | /** |
77 | 77 | * Initializes the file handler instance. |
78 | 78 | * |
79 | - * @param \TechDivision\Import\Services\RegistryProcessorInterface $registryProcessor The registry processor instance |
|
80 | 79 | * @param \TechDivision\Import\Loaders\FilteredLoaderInterface $loader The parent loader instance |
81 | 80 | * @param \TechDivision\Import\Loaders\Filters\FilterImplInterface $filterImpl The filter instance to use |
82 | 81 | * @param \TechDivision\Import\Loaders\Sorters\SorterImplInterface $sorterImpl The sorter instance to use |
@@ -217,7 +216,7 @@ discard block |
||
217 | 216 | /** |
218 | 217 | * Returns the elements the filenames consists of. |
219 | 218 | * |
220 | - * @return array The array with the filename elements |
|
219 | + * @return string The array with the filename elements |
|
221 | 220 | * @todo Refactorig required, because of duplicate method |
222 | 221 | * @see \TechDivision\Import\Loaders\Filters\OkFileFilter::getOkFileSuffix() |
223 | 222 | */ |
@@ -21,10 +21,8 @@ |
||
21 | 21 | namespace TechDivision\Import\Loaders; |
22 | 22 | |
23 | 23 | use TechDivision\Import\Utils\BunchKeys; |
24 | -use TechDivision\Import\Utils\RegistryKeys; |
|
25 | 24 | use TechDivision\Import\Loaders\Sorters\UasortImpl; |
26 | 25 | use TechDivision\Import\Loaders\Filters\PregMatchFilter; |
27 | -use TechDivision\Import\Adapter\FilesystemAdapterInterface; |
|
28 | 26 | use TechDivision\Import\Services\RegistryProcessorInterface; |
29 | 27 | use TechDivision\Import\Loaders\Filters\FilterImplInterface; |
30 | 28 | use TechDivision\Import\Loaders\Sorters\SorterImplInterface; |
@@ -34,10 +34,8 @@ |
||
34 | 34 | |
35 | 35 | /** |
36 | 36 | * |
37 | - * @param array $v |
|
38 | - * @param string $k |
|
39 | 37 | * |
40 | - * @return boolean TRUE if the value with the actual key should be in the array, else FALSE |
|
38 | + * @return integer TRUE if the value with the actual key should be in the array, else FALSE |
|
41 | 39 | */ |
42 | 40 | public function __invoke(array $a, array $b) : int |
43 | 41 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | * Initialize the factory with the DI container instance. |
56 | 56 | * |
57 | 57 | * @param \Symfony\Component\DependencyInjection\ContainerInterface $container The DI container instance |
58 | - * @param \TechDivision\Import\Loaders\LoaderFactoryInterface $handlerFactory The .OK file handler factory instance |
|
58 | + * @param HandlerFactoryInterface $handlerFactory The .OK file handler factory instance |
|
59 | 59 | */ |
60 | 60 | public function __construct( |
61 | 61 | ContainerInterface $container, |