Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed May 23, 2023
1 parent eaf884a commit 4d7937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ private function getClientLibraryInfo(): array
{
$clientClass = get_class($this->client);
if (false !== strpos($clientClass, 'GuzzleHttp\Client')) {
return ['gu', InstalledVersions::getPrettyVersion('guzzlehttp/guzzle')];git
return ['gu', InstalledVersions::getPrettyVersion('guzzlehttp/guzzle')];
}
if (false !== strpos($clientClass, 'Symfony\Component\HttpClient')) {
return ['sy', InstalledVersions::getPrettyVersion('symfony/http-client')];
Expand Down

0 comments on commit 4d7937f

Please sign in to comment.