@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * |
67 | 67 | * @param SoapSettings $settings |
68 | 68 | * @param Manager $manager |
69 | - * @param $client |
|
69 | + * @param httpClient $client |
|
70 | 70 | * |
71 | 71 | * @throws NoServerAvailableException |
72 | 72 | * @throws \InvalidArgumentException |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | /** |
171 | 171 | * Http version of doRequest. |
172 | 172 | * |
173 | - * @param mixed $requestBody |
|
173 | + * @param string $requestBody |
|
174 | 174 | * @param string $location |
175 | 175 | * @param string $action |
176 | 176 | * |