@@ -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 | { |
@@ -8,7 +8,7 @@ |
||
8 | 8 | { |
9 | 9 | const ATTRIBUTE_MESSAGE = 'message'; |
10 | 10 | /** |
11 | - * @return TagOperation|null |
|
11 | + * @return \WsdlToPhp\PackageGenerator\DomHandler\AbstractNodeHandler|null |
|
12 | 12 | */ |
13 | 13 | public function getParentOperation() |
14 | 14 | { |
@@ -18,7 +18,6 @@ |
||
18 | 18 | } |
19 | 19 | /** |
20 | 20 | * Adds a service |
21 | - * @param Generator $generator |
|
22 | 21 | * @param string $serviceName the service name to which add the method |
23 | 22 | * @param string $methodName the original function name |
24 | 23 | * @param string|array $methodParameter the original parameter name |
@@ -53,7 +53,7 @@ |
||
53 | 53 | * In this case, the types are currently only of type string (normally) so we add the rules according to each type |
54 | 54 | * @param string $parameterName |
55 | 55 | * @param string $itemType |
56 | - * @param array $unionTypes |
|
56 | + * @param string $unionTypes |
|
57 | 57 | */ |
58 | 58 | protected function applyUnionRules($parameterName, $itemType, array $unionTypes) |
59 | 59 | { |