Skip to content

Commit 4d7937f

Browse files
committed
Fixed typo
1 parent eaf884a commit 4d7937f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ private function getClientLibraryInfo(): array
440440
{
441441
$clientClass = get_class($this->client);
442442
if (false !== strpos($clientClass, 'GuzzleHttp\Client')) {
443-
return ['gu', InstalledVersions::getPrettyVersion('guzzlehttp/guzzle')];git
443+
return ['gu', InstalledVersions::getPrettyVersion('guzzlehttp/guzzle')];
444444
}
445445
if (false !== strpos($clientClass, 'Symfony\Component\HttpClient')) {
446446
return ['sy', InstalledVersions::getPrettyVersion('symfony/http-client')];

0 commit comments

Comments
 (0)