Skip to content

Commit 4d58288

Browse files
authored
Added Github\HttpClient\HttpClient::$client
1 parent 5ade19f commit 4d58288

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Github/HttpClient/HttpClient.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
*/
2121
class HttpClient implements HttpClientInterface
2222
{
23+
/**
24+
* @var ClientInterface
25+
*/
26+
public $client;
27+
2328
protected $options = array(
2429
'base_url' => 'https://api.github.com/',
2530

0 commit comments

Comments
 (0)