Skip to content

Commit cd58a4e

Browse files
authored
Merge pull request #283 from whjposch/master
Fixed 8.4 deprecation inside AbstractClient
2 parents 17ce9d4 + afffb27 commit cd58a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Http/AbstractClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ abstract class AbstractClient implements ClientInterface
2828

2929
public function __construct(
3030
$httpClient = null,
31-
RequestFactoryInterface|RequestFactory $requestFactory = null,
31+
null|RequestFactoryInterface|RequestFactory $requestFactory = null,
3232
?StreamFactoryInterface $streamFactory = null
3333
) {
3434
$this->httpClient = $httpClient ?: Psr18ClientDiscovery::find();

0 commit comments

Comments
 (0)