From 437737ecbd98b3f1e0a7cb6e4d23b3a699d53e60 Mon Sep 17 00:00:00 2001 From: Gonzalo De Spirito Date: Mon, 8 Nov 2021 18:31:42 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Utils/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/HttpClient.php b/src/Utils/HttpClient.php index d87e75d0..a454f6dc 100644 --- a/src/Utils/HttpClient.php +++ b/src/Utils/HttpClient.php @@ -33,7 +33,7 @@ public function request($method, $url, $payload = [], $options = null) $baseHeaders = [ 'Content-Type' => 'application/json', - 'User-Agent' => 'SDK-PHP/' . $installedVersion, + 'User-Agent' => 'SDK-PHP/'.$installedVersion, ]; $givenHeaders = isset($options['headers']) ? $options['headers'] : [];