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 eb43999 commit 8d2e7c8Copy full SHA for 8d2e7c8
src/Common/Http/Client.php
@@ -25,7 +25,7 @@ class Client implements RequestFactory
25
*/
26
private $requestFactory;
27
28
- public function __construct(/* HttpClient */ $httpClient = null, RequestFactory $requestFactory = null)
+ public function __construct($httpClient = null, RequestFactory $requestFactory = null)
29
{
30
$this->httpClient = $httpClient ?: HttpClientDiscovery::find();
31
$this->requestFactory = $requestFactory ?: MessageFactoryDiscovery::find();
0 commit comments