@@ -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\PackageGenerator\DomHandler\AbstractNodeHandler|null |
|
| 16 | 16 | */ |
| 17 | 17 | public function getParentInput() |
| 18 | 18 | { |
@@ -96,7 +96,7 @@ |
||
| 96 | 96 | /** |
| 97 | 97 | * Sets the type value |
| 98 | 98 | * @param bool $containsElements |
| 99 | - * @return string |
|
| 99 | + * @return StructAttribute |
|
| 100 | 100 | */ |
| 101 | 101 | public function setContainsElements($containsElements) |
| 102 | 102 | { |