@@ -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 | { |