We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55c465 commit 7f44a11Copy full SHA for 7f44a11
1 file changed
lib/Github/Client.php
@@ -72,9 +72,7 @@ class Client
72
*/
73
public function __construct(HttpClientInterface $httpClient = null)
74
{
75
- if (null !== $httpClient) {
76
- $this->httpClient = $httpClient;
77
- }
+ $this->httpClient = $httpClient;
78
}
79
80
/**
0 commit comments