@@ -13,6 +13,9 @@ |
||
13 | 13 | |
14 | 14 | private $scrollTTL = '1m'; |
15 | 15 | |
16 | + /** |
|
17 | + * @param \Prophecy\Prophecy\ObjectProphecy $client |
|
18 | + */ |
|
16 | 19 | public function __construct($client, array $query) |
17 | 20 | { |
18 | 21 | $this->client = $client; |