Skip to content

Commit b56c4dc

Browse files
committed
Update type declarations of SymfonyHttpClientTransport constructor
1 parent 49315e5 commit b56c4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Http/Transport/Bridge/SymfonyHttpClient/SymfonyHttpClientTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ final class SymfonyHttpClientTransport implements TransportInterface
5757
* @param string[] $defaultHeaders additional HTTP headers to pass on each request
5858
* @param mixed[] $defaultOptions Options for Symfony HTTP client passed on every request. See {@link https://symfony.com/doc/current/http_client.html} for details.
5959
*/
60-
public function __construct(private readonly HttpClientInterface $httpClient, private array $defaultHeaders = [], private readonly array $defaultOptions = [])
60+
public function __construct(private readonly HttpClientInterface $httpClient, private readonly array $defaultHeaders = [], private readonly array $defaultOptions = [])
6161
{
6262
}
6363

0 commit comments

Comments
 (0)