Skip to content

Commit 311cf10

Browse files
authored
Merge pull request KnpLabs#393 from sergeyklay/patch-2
Added Github\HttpClient\HttpClient::$client
2 parents b8adc7f + 4d58288 commit 311cf10

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)