Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Gonzalo De Spirito authored and StyleCIBot committed Nov 8, 2021
1 parent 529cc73 commit 437737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'] : [];
Expand Down

0 comments on commit 437737e

Please sign in to comment.