@@ -336,7 +336,7 @@ discard block |
||
| 336 | 336 | * |
| 337 | 337 | * @param string $operationName The operation name that has to be used |
| 338 | 338 | * |
| 339 | - * @return void |
|
| 339 | + * @return string |
|
| 340 | 340 | */ |
| 341 | 341 | public function setOperationName($operationName) |
| 342 | 342 | { |
@@ -424,7 +424,7 @@ discard block |
||
| 424 | 424 | * |
| 425 | 425 | * @param string $utilityClassName The utility class name |
| 426 | 426 | * |
| 427 | - * @return void |
|
| 427 | + * @return string |
|
| 428 | 428 | */ |
| 429 | 429 | public function setUtilityClassName($utilityClassName) |
| 430 | 430 | { |
@@ -600,7 +600,7 @@ discard block |
||
| 600 | 600 | /** |
| 601 | 601 | * Add's the passed database configuration. |
| 602 | 602 | * |
| 603 | - * @param \TechDivision\Import\Configuration\DatabaseConfigurationInterface $database The database configuration |
|
| 603 | + * @param Configuration\Database $database The database configuration |
|
| 604 | 604 | * |
| 605 | 605 | * @return void |
| 606 | 606 | */ |
@@ -76,7 +76,7 @@ |
||
| 76 | 76 | /** |
| 77 | 77 | * Return's the reference to the configuration instance. |
| 78 | 78 | * |
| 79 | - * @return \TechDivision\Import\ConfigurationInterface The configuration instance |
|
| 79 | + * @return string The configuration instance |
|
| 80 | 80 | */ |
| 81 | 81 | public function getConfiguration() |
| 82 | 82 | { |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | * @param \PDO $connection The PDO connection to use |
| 53 | 53 | * @param TechDivision\Import\Configuration\SubjectConfigurationInterface $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, SubjectConfigurationInterface $configuration) |
| 58 | 58 | { |