mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-21 22:27:52 +09:00
Updates to vendors etc
This commit is contained in:
@@ -78,9 +78,9 @@ class Builder
|
||||
* @param StreamFactoryInterface|null $streamFactory
|
||||
*/
|
||||
public function __construct(
|
||||
ClientInterface $httpClient = null,
|
||||
RequestFactoryInterface $requestFactory = null,
|
||||
StreamFactoryInterface $streamFactory = null
|
||||
?ClientInterface $httpClient = null,
|
||||
?RequestFactoryInterface $requestFactory = null,
|
||||
?StreamFactoryInterface $streamFactory = null
|
||||
) {
|
||||
$this->httpClient = $httpClient ?? Psr18ClientDiscovery::find();
|
||||
$this->requestFactory = $requestFactory ?? Psr17FactoryDiscovery::findRequestFactory();
|
||||
|
||||
Reference in New Issue
Block a user