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.
1 parent 8385ace commit 1a6c38bCopy full SHA for 1a6c38b
lib/Bitbucket/API/Http/HttpPluginClientBuilder.php
@@ -30,7 +30,7 @@ class HttpPluginClientBuilder
30
/**
31
* @param MessageFactory|RequestFactoryInterface|null $requestFactory
32
*/
33
- public function __construct(?ClientInterface $httpClient = null, $requestFactory = null, StreamFactoryInterface $streamFactory = null)
+ public function __construct(?ClientInterface $httpClient = null, $requestFactory = null, ?StreamFactoryInterface $streamFactory = null)
34
{
35
$requestFactory = $requestFactory ?? Psr17FactoryDiscovery::findRequestFactory();
36
if ($requestFactory instanceof MessageFactory) {
0 commit comments