Completed
Push — 16.x ( 0056bb...bd3602 )
by Tim
02:11 queued 10s
created
src/Loaders/ProposedOkFilenameLoader.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,10 +21,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Loaders/Sorters/DefaultOkFileSorter.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,10 +34,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Subjects/FileWriter/FileWriterFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.