@@ -58,7 +58,7 @@ |
||
58 | 58 | * Factory method to create a new product variant processor instance. |
59 | 59 | * |
60 | 60 | * @param \PDO $connection The PDO connection to use |
61 | - * @param TechDivision\Import\Configuration\SubjectInterface $configuration The subject configuration |
|
61 | + * @param SubjectInterface $configuration The subject configuration |
|
62 | 62 | * |
63 | 63 | * @return \TechDivision\Import\Product\Variant\Services\ProductVariantProcessor The processor instance |
64 | 64 | */ |
@@ -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 | { |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * Factory method to create a new product variant processor instance. |
59 | 59 | * |
60 | 60 | * @param \PDO $connection The PDO connection to use |
61 | - * @param TechDivision\Import\Configuration\SubjectInterface $configuration The subject configuration |
|
61 | + * @param SubjectInterface $configuration The subject configuration |
|
62 | 62 | * |
63 | 63 | * @return \TechDivision\Import\Product\Variant\Services\ProductVariantProcessor The processor instance |
64 | 64 | */ |