Completed
Push — master ( bcea06...d6f8f2 )
by Dan
05:24
created
src/Guzzle/GuzzleFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.