Completed
Branch master (acdeeb)
by Markus
07:39
created
src/ScrollReader.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Port\Elasticsearch;
4 4
 
5
-use Elasticsearch\Client;
6 5
 use Port\Reader;
7 6
 
8 7
 class ScrollReader implements Reader
Please login to merge, or discard this patch.