@@ -258,7 +258,7 @@ discard block |
||
| 258 | 258 | * Dump the WSDL as XML string. |
| 259 | 259 | * |
| 260 | 260 | * @param bool $formatOutput Format output |
| 261 | - * @return mixed |
|
| 261 | + * @return string |
|
| 262 | 262 | */ |
| 263 | 263 | public function dump($formatOutput = true) |
| 264 | 264 | { |
@@ -270,7 +270,7 @@ discard block |
||
| 270 | 270 | * |
| 271 | 271 | * @param string $filename Filename to dump |
| 272 | 272 | * @param bool $formatOutput Format output |
| 273 | - * @return mixed |
|
| 273 | + * @return integer |
|
| 274 | 274 | */ |
| 275 | 275 | public function save($filename, $formatOutput = true) |
| 276 | 276 | { |
@@ -553,7 +553,7 @@ discard block |
||
| 553 | 553 | * Dump the WSDL as XML string. |
| 554 | 554 | * |
| 555 | 555 | * @param bool $formatOutput Format output |
| 556 | - * @return mixed |
|
| 556 | + * @return string |
|
| 557 | 557 | */ |
| 558 | 558 | public function dump($formatOutput = true) |
| 559 | 559 | { |
@@ -570,7 +570,7 @@ discard block |
||
| 570 | 570 | * |
| 571 | 571 | * @param string $filename Filename to dump |
| 572 | 572 | * @param bool $formatOutput Format output |
| 573 | - * @return mixed |
|
| 573 | + * @return integer |
|
| 574 | 574 | */ |
| 575 | 575 | public function save($filename, $formatOutput = true) |
| 576 | 576 | { |