@@ -52,7 +52,7 @@ |
||
52 | 52 | $fields = implode(' ', $fields); |
53 | 53 | } |
54 | 54 | |
55 | - $body[FieldsInterface::NAME] = $fields; |
|
55 | + $body[ FieldsInterface::NAME ] = $fields; |
|
56 | 56 | } |
57 | 57 | |
58 | 58 | return $body; |
@@ -59,7 +59,7 @@ |
||
59 | 59 | private function handleResponse() |
60 | 60 | { |
61 | 61 | if ($this->getBody()->getSize() > 0) { |
62 | - $body = (string)$this->getBody(); |
|
62 | + $body = (string) $this->getBody(); |
|
63 | 63 | $data = $this->jsonDecoder->decode($body); |
64 | 64 | |
65 | 65 | if (isset($data->results, $data->totalCount)) { |