Completed
Push — master ( fa5bae...d7f73e )
by Vladymyr
02:33 queued 26s
created
src/BaseClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
         $body = null,
193 193
         array $headers = []
194 194
     ): RequestInterface {
195
-        $uri = $this->uriFactory->createUri($this->getBaseUri() . $endpoint);
195
+        $uri = $this->uriFactory->createUri($this->getBaseUri().$endpoint);
196 196
 
197 197
         $request = $this->requestFactory->createRequest($method, $uri);
198 198
         $request = $this->appendBodyToRequest($request, $body);
Please login to merge, or discard this patch.