@@ -49,7 +49,7 @@ |
||
49 | 49 | $queryParams = array_merge($queryParams, $params); |
50 | 50 | } |
51 | 51 | |
52 | - $link = $this->getLink().'?'.http_build_query($queryParams); |
|
52 | + $link = $this->getLink() . '?' . http_build_query($queryParams); |
|
53 | 53 | |
54 | 54 | $this->request->performRequest($link, [], 'application/json', 'GET'); |
55 | 55 | $this->response = $this->request->getResponse(); |