@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | /** |
333 | 333 | * Return's the operation, initialize from the actual operation name. |
334 | 334 | * |
335 | - * @return \TechDivision\Import\Configuration\OperationInterface The operation instance |
|
335 | + * @return Operation The operation instance |
|
336 | 336 | */ |
337 | 337 | protected function getOperation() |
338 | 338 | { |
@@ -344,7 +344,7 @@ discard block |
||
344 | 344 | * |
345 | 345 | * @param string $operationName The operation name that has to be used |
346 | 346 | * |
347 | - * @return void |
|
347 | + * @return string |
|
348 | 348 | */ |
349 | 349 | public function setOperationName($operationName) |
350 | 350 | { |
@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Return's the swift mailer configuration to use. |
94 | 94 | * |
95 | - * @return TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer The swift mailer configuration to use |
|
95 | + * @return \TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer The swift mailer configuration to use |
|
96 | 96 | */ |
97 | 97 | public function getSwiftMailer() |
98 | 98 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | /** |
86 | 86 | * Return's the reference to the configuration instance. |
87 | 87 | * |
88 | - * @return \TechDivision\Import\ConfigurationInterface The configuration instance |
|
88 | + * @return string The configuration instance |
|
89 | 89 | */ |
90 | 90 | public function getConfiguration() |
91 | 91 | { |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | /** |
116 | 116 | * Return's the swift mailer configuration to use. |
117 | 117 | * |
118 | - * @return TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer The swift mailer configuration to use |
|
118 | + * @return SwiftMailer The swift mailer configuration to use |
|
119 | 119 | */ |
120 | 120 | public function getSwiftMailer() |
121 | 121 | { |
@@ -91,7 +91,7 @@ |
||
91 | 91 | /** |
92 | 92 | * Return's the swift mailer transport configuration to use. |
93 | 93 | * |
94 | - * @return TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer\Transport The transport configuration to use |
|
94 | + * @return SwiftMailer\Transport The transport configuration to use |
|
95 | 95 | */ |
96 | 96 | public function getTransport() |
97 | 97 | { |