@@ -72,7 +72,7 @@ |
||
72 | 72 | try { |
73 | 73 | $response = $this->client->request( |
74 | 74 | self::HTTP_METHOD, |
75 | - self::API_ENDPOINT . '?' . http_build_query($options) |
|
75 | + self::API_ENDPOINT.'?'.http_build_query($options) |
|
76 | 76 | ); |
77 | 77 | $decodedJson = json_decode((string) $response->getBody()); |
78 | 78 | return new Word( |