@@ -82,7 +82,7 @@ |
||
| 82 | 82 | ]; |
| 83 | 83 | |
| 84 | 84 | if ($this->fields) { |
| 85 | - $params['fields'] = implode(',', (array) $this->fields); |
|
| 85 | + $params['fields'] = implode(',', (array)$this->fields); |
|
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | $response = $this->client->getResponse($this->getUrl(__FUNCTION__), $params); |