@@ -39,9 +39,9 @@ |
||
39 | 39 | * Factory method to create a new import processor instance. |
40 | 40 | * |
41 | 41 | * @param \PDO $connection The PDO connection to use |
42 | - * @param TechDivision\Import\ConfigurationInterface $configuration The subject configuration |
|
42 | + * @param ConfigurationInterface $configuration The subject configuration |
|
43 | 43 | * |
44 | - * @return object The processor instance |
|
44 | + * @return RegistryProcessor The processor instance |
|
45 | 45 | */ |
46 | 46 | public static function factory(\PDO $connection, ConfigurationInterface $configuration) |
47 | 47 | { |
@@ -48,9 +48,9 @@ |
||
48 | 48 | * Factory method to create a new import processor instance. |
49 | 49 | * |
50 | 50 | * @param \PDO $connection The PDO connection to use |
51 | - * @param TechDivision\Import\ConfigurationInterface $configuration The subject configuration |
|
51 | + * @param ConfigurationInterface $configuration The subject configuration |
|
52 | 52 | * |
53 | - * @return object The processor instance |
|
53 | + * @return ImportProcessor The processor instance |
|
54 | 54 | */ |
55 | 55 | public static function factory(\PDO $connection, ConfigurationInterface $configuration) |
56 | 56 | { |
@@ -50,9 +50,9 @@ |
||
50 | 50 | * Factory method to create a new product processor instance. |
51 | 51 | * |
52 | 52 | * @param \PDO $connection The PDO connection to use |
53 | - * @param TechDivision\Import\Configuration\SubjectInterface $configuration The subject configuration |
|
53 | + * @param SubjectInterface $configuration The subject configuration |
|
54 | 54 | * |
55 | - * @return \TechDivision\Import\Product\Services\ProductProcessor The processor instance |
|
55 | + * @return \TechDivision\Import\Product\Media\Services\ProductMediaProcessor The processor instance |
|
56 | 56 | */ |
57 | 57 | public static function factory(\PDO $connection, SubjectInterface $configuration) |
58 | 58 | { |
@@ -21,7 +21,6 @@ |
||
21 | 21 | namespace TechDivision\Import\Cli; |
22 | 22 | |
23 | 23 | use Rhumsaa\Uuid\Uuid; |
24 | -use Monolog\Logger; |
|
25 | 24 | use Psr\Log\LogLevel; |
26 | 25 | use Psr\Log\LoggerInterface; |
27 | 26 | use Symfony\Component\Console\Input\InputInterface; |
@@ -610,7 +610,7 @@ discard block |
||
610 | 610 | /** |
611 | 611 | * This method queries whether or not the next step has to be processed or not. |
612 | 612 | * |
613 | - * @return boolean TRUE if the next step has to be skipped, else FALSE |
|
613 | + * @return string|boolean TRUE if the next step has to be skipped, else FALSE |
|
614 | 614 | * @throws \Exception Is thrown, if the configured source directory is not available |
615 | 615 | */ |
616 | 616 | protected function skipStep() |
@@ -948,7 +948,7 @@ discard block |
||
948 | 948 | /** |
949 | 949 | * Factory method to create new handler instances. |
950 | 950 | * |
951 | - * @param \TechDivision\Import\Configuration\Subject $subject The subject configuration |
|
951 | + * @param \TechDivision\Import\Configuration\SubjectInterface $subject The subject configuration |
|
952 | 952 | * |
953 | 953 | * @return object The handler instance |
954 | 954 | */ |