@@ -26,7 +26,7 @@ |
||
26 | 26 | $clientFactory = new ReactAwareGuzzleClientFactory(); |
27 | 27 | $reactAwareCurlFactory = $clientFactory->createReactAwareCurlFactory($this->eventLoop, null, $this->logger); |
28 | 28 | $handler = $reactAwareCurlFactory->getHandler(); |
29 | - $handlerStack = $this->createHandlerStack($handler); |
|
29 | + $handlerStack = $this->createHandlerStack($handler); |
|
30 | 30 | $config['handler'] = $handlerStack; |
31 | 31 | |
32 | 32 | return new Client($config); |