@@ -43,8 +43,6 @@ |
||
43 | 43 | |
44 | 44 | /** |
45 | 45 | * ClubKonnectResponse constructor. |
46 | - * @param int $code |
|
47 | - * @param string $message |
|
48 | 46 | * @param object|array|null $responseBody |
49 | 47 | * @throws ClubKonnectErrorException |
50 | 48 | */ |
@@ -25,6 +25,9 @@ |
||
25 | 25 | |
26 | 26 | protected $config; |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $instanceName |
|
30 | + */ |
|
28 | 31 | public function __construct($baseUrl, $instanceName, $config) |
29 | 32 | { |
30 | 33 | $this->baseUrl = $baseUrl; |