@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | /** |
165 | 165 | * Return's the reference to the configuration instance. |
166 | 166 | * |
167 | - * @return \TechDivision\Import\Configuration\ConfigurationInterface The configuration instance |
|
167 | + * @return string The configuration instance |
|
168 | 168 | */ |
169 | 169 | public function getConfiguration() |
170 | 170 | { |
@@ -248,7 +248,7 @@ discard block |
||
248 | 248 | /** |
249 | 249 | * Set's the configuration of the operation the plugin has been configured for. |
250 | 250 | * |
251 | - * @param \\TechDivision\Import\Configuration\OperationConfigurationInterface $operationConfiguration The operation configuration |
|
251 | + * @param OperationConfigurationInterface $operationConfiguration The operation configuration |
|
252 | 252 | * |
253 | 253 | * @return void |
254 | 254 | */ |