@@ -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 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | } |
40 | 40 | /** |
41 | 41 | * @param string $name |
42 | - * @return AttributeHandler|null |
|
42 | + * @return string|boolean |
|
43 | 43 | */ |
44 | 44 | public function getAttribute($name) |
45 | 45 | { |
@@ -104,7 +104,6 @@ |
||
104 | 104 | /** |
105 | 105 | * @param AttributeHandler $tagAttribute |
106 | 106 | * @param AbstractModel $model |
107 | - * @param StructAttribute $attribute |
|
108 | 107 | */ |
109 | 108 | protected function parseTagAttributeType(AttributeHandler $tagAttribute, AbstractModel $model, StructAttribute $structAttribute = null) |
110 | 109 | { |
@@ -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 | { |