@@ -27,7 +27,6 @@ discard block |
||
27 | 27 | /** |
28 | 28 | * Constructor |
29 | 29 | * |
30 | - * @param string $request Request object |
|
31 | 30 | */ |
32 | 31 | public function __construct(ClientInterface $client) |
33 | 32 | { |
@@ -37,7 +36,7 @@ discard block |
||
37 | 36 | /** |
38 | 37 | * Adds registration |
39 | 38 | * |
40 | - * @param array $registration Array with registration options |
|
39 | + * @param array $registrations Array with registration options |
|
41 | 40 | * |
42 | 41 | * @return Response |
43 | 42 | */ |
@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * Constructor |
34 | 34 | * |
35 | - * @param object $responseType Response type |
|
35 | + * @param string $responseType Response type |
|
36 | 36 | * @param object $response Actual response from SOAP |
37 | 37 | */ |
38 | 38 | public function __construct($responseType, $response) |