@@ -220,7 +220,7 @@ |
||
| 220 | 220 | * |
| 221 | 221 | * @param string $utilityClassName The utility class name |
| 222 | 222 | * |
| 223 | - * @return void |
|
| 223 | + * @return string |
|
| 224 | 224 | */ |
| 225 | 225 | public function setUtilityClassName($utilityClassName) |
| 226 | 226 | { |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | * Factory method to create a new product link processor instance. |
| 59 | 59 | * |
| 60 | 60 | * @param \PDO $connection The PDO connection to use |
| 61 | - * @param TechDivision\Import\ConfigurationInterface $configuration The subject configuration |
|
| 61 | + * @param SubjectInterface $configuration The subject configuration |
|
| 62 | 62 | * |
| 63 | 63 | * @return \TechDivision\Import\Product\Link\Services\ProducLinkProcessor The processor instance |
| 64 | 64 | */ |
@@ -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 | { |