Skip to content

Commit e1bb265

Browse files
committed
Added missing property and docblock
1 parent 855cbe6 commit e1bb265

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/AsyncClient.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,24 @@ final class AsyncClient implements AsyncClientInterface
4141
*/
4242
protected $client;
4343

44+
/**
45+
* @var array
46+
*/
47+
protected $options;
48+
4449
/**
4550
* @var AsyncStreamingClient
4651
*/
4752
protected $streamingClient;
4853

54+
/**
55+
* AsyncClient constructor.
56+
* @param string $consumerKey
57+
* @param string $consumerSecret
58+
* @param LoopInterface $loop
59+
* @param array $options
60+
* @param Client|null $client
61+
*/
4962
public function __construct(
5063
string $consumerKey,
5164
string $consumerSecret,

0 commit comments

Comments
 (0)