@@ -182,7 +182,7 @@ |
||
182 | 182 | // Send async request. |
183 | 183 | $response = $client->sendAsyncRequest($request)->wait(); |
184 | 184 | } else { |
185 | - throw new \LogicException('Unknown HTTP Client type: '. implode(',', class_implements($client))); |
|
185 | + throw new \LogicException('Unknown HTTP Client type: ' . implode(',', class_implements($client))); |
|
186 | 186 | } |
187 | 187 | |
188 | 188 | return $response; |