@@ -8,7 +8,7 @@ |
||
8 | 8 | { |
9 | 9 | const ATTRIBUTE_MESSAGE = 'message'; |
10 | 10 | /** |
11 | - * @return TagOperation|null |
|
11 | + * @return \WsdlToPhp\DomHandler\AbstractNodeHandler|null |
|
12 | 12 | */ |
13 | 13 | public function getParentOperation() |
14 | 14 | { |
@@ -12,7 +12,7 @@ |
||
12 | 12 | const OPTIONAL_HEADER = 'optional'; |
13 | 13 | const ATTRIBUTE_REQUIRED = 'wsdl:required'; |
14 | 14 | /** |
15 | - * @return TagInput|null |
|
15 | + * @return \WsdlToPhp\DomHandler\AbstractNodeHandler|null |
|
16 | 16 | */ |
17 | 17 | public function getParentInput() |
18 | 18 | { |
@@ -49,7 +49,7 @@ |
||
49 | 49 | return (bool) $this->getOptionValue('force') === true; |
50 | 50 | } |
51 | 51 | /** |
52 | - * @param string|array $messages |
|
52 | + * @param string $messages |
|
53 | 53 | * @param int $type |
54 | 54 | */ |
55 | 55 | protected function writeLn($messages, $type = OutputInterface::OUTPUT_NORMAL) |