@@ -247,7 +247,7 @@ discard block |
||
247 | 247 | * |
248 | 248 | * @param string $operationName The operation name that has to be used |
249 | 249 | * |
250 | - * @return void |
|
250 | + * @return string |
|
251 | 251 | */ |
252 | 252 | public function setOperationName($operationName) |
253 | 253 | { |
@@ -291,7 +291,7 @@ discard block |
||
291 | 291 | * |
292 | 292 | * @param string $utilityClassName The utility class name |
293 | 293 | * |
294 | - * @return void |
|
294 | + * @return string |
|
295 | 295 | */ |
296 | 296 | public function setUtilityClassName($utilityClassName) |
297 | 297 | { |
@@ -21,9 +21,6 @@ |
||
21 | 21 | namespace TechDivision\Import\Cli\Configuration; |
22 | 22 | |
23 | 23 | use JMS\Serializer\Annotation\Type; |
24 | -use JMS\Serializer\Annotation\SerializedName; |
|
25 | -use TechDivision\Import\Configuration\SubjectInterface; |
|
26 | -use TechDivision\Import\ConfigurationInterface; |
|
27 | 24 | use TechDivision\Import\Configuration\OperationInterface; |
28 | 25 | |
29 | 26 | /** |