@@ -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) |
@@ -130,8 +130,8 @@ discard block |
||
130 | 130 | return array_key_exists($key, $this->objects) ? $this->objects[$key] : null; |
131 | 131 | } |
132 | 132 | /** |
133 | - * @param $object |
|
134 | - * @param $type |
|
133 | + * @param Model $object |
|
134 | + * @param string $type |
|
135 | 135 | * @return string |
136 | 136 | */ |
137 | 137 | public function getObjectKeyWithType($object, $type) |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | return $this->getTypeKey($this->getObjectKey($object), $type); |
140 | 140 | } |
141 | 141 | /** |
142 | - * @param $object |
|
142 | + * @param Model $object |
|
143 | 143 | * @param $type |
144 | 144 | * @return string |
145 | 145 | */ |
@@ -66,8 +66,6 @@ discard block |
||
66 | 66 | } |
67 | 67 | } |
68 | 68 | /** |
69 | - * @param Tag $parent |
|
70 | - * @param AbstractModel $struct |
|
71 | 69 | * @param Restriction $restriction |
72 | 70 | * @return TagRestriction |
73 | 71 | */ |
@@ -83,8 +81,6 @@ discard block |
||
83 | 81 | return $this; |
84 | 82 | } |
85 | 83 | /** |
86 | - * @param Tag $parent |
|
87 | - * @param AbstractModel $struct |
|
88 | 84 | * @param Restriction $restriction |
89 | 85 | * @return TagRestriction |
90 | 86 | */ |
@@ -52,7 +52,7 @@ |
||
52 | 52 | } |
53 | 53 | } |
54 | 54 | /** |
55 | - * @param array $values |
|
55 | + * @param string[] $values |
|
56 | 56 | * @return string |
57 | 57 | */ |
58 | 58 | protected function findSuitableInheritance(array $values) |