We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ce9d4 + afffb27 commit cd58a4eCopy full SHA for cd58a4e
src/Common/Http/AbstractClient.php
@@ -28,7 +28,7 @@ abstract class AbstractClient implements ClientInterface
28
29
public function __construct(
30
$httpClient = null,
31
- RequestFactoryInterface|RequestFactory $requestFactory = null,
+ null|RequestFactoryInterface|RequestFactory $requestFactory = null,
32
?StreamFactoryInterface $streamFactory = null
33
) {
34
$this->httpClient = $httpClient ?: Psr18ClientDiscovery::find();
0 commit comments