Skip to content

Commit 8d2e7c8

Browse files
committed
CS fix
1 parent eb43999 commit 8d2e7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Http/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Client implements RequestFactory
2525
*/
2626
private $requestFactory;
2727

28-
public function __construct(/* HttpClient */ $httpClient = null, RequestFactory $requestFactory = null)
28+
public function __construct($httpClient = null, RequestFactory $requestFactory = null)
2929
{
3030
$this->httpClient = $httpClient ?: HttpClientDiscovery::find();
3131
$this->requestFactory = $requestFactory ?: MessageFactoryDiscovery::find();

0 commit comments

Comments
 (0)