Skip to content

Commit

Permalink
Fixed typo in Client
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich authored Feb 5, 2024
1 parent b3840db commit ffbdd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ protected function _buildTransport(array $config): Transport

// Http client
if (isset($transportConfig['http_client'])) {
$builder->setClient($config['http_client']);
$builder->setClient($transportConfig['http_client']);

Check warning on line 840 in src/Client.php

View check run for this annotation

Codecov / codecov/patch

src/Client.php#L840

Added line #L840 was not covered by tests
}

// Set HTTP client options
Expand Down

0 comments on commit ffbdd5c

Please sign in to comment.