Completed
Pull Request — master (#5)
by Jean-Baptiste
04:36
created
src/Version/Guzzle6.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
 
32 32
         $client = new Client(array_merge(
33
-            ['base_uri' => $this->getBaseUri()],
33
+            [ 'base_uri' => $this->getBaseUri() ],
34 34
             $options
35 35
         ));
36 36
 
Please login to merge, or discard this patch.
Tests/Mock/Guzzle6.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
         $mock = new MockHandler($responseCollection);
24 24
         $handler = HandlerStack::create($mock);
25 25
 
26
-        return GuzzleFactory::createGuzzle('', ['handler' => $handler]);
26
+        return GuzzleFactory::createGuzzle('', [ 'handler' => $handler ]);
27 27
     }
28 28
 }
Please login to merge, or discard this patch.