We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf884a commit 4d7937fCopy full SHA for 4d7937f
src/Transport.php
@@ -440,7 +440,7 @@ private function getClientLibraryInfo(): array
440
{
441
$clientClass = get_class($this->client);
442
if (false !== strpos($clientClass, 'GuzzleHttp\Client')) {
443
- return ['gu', InstalledVersions::getPrettyVersion('guzzlehttp/guzzle')];git
+ return ['gu', InstalledVersions::getPrettyVersion('guzzlehttp/guzzle')];
444
}
445
if (false !== strpos($clientClass, 'Symfony\Component\HttpClient')) {
446
return ['sy', InstalledVersions::getPrettyVersion('symfony/http-client')];
0 commit comments