Completed
Branch master (acdeeb)
by Markus
07:39
created
src/ScrollReader.php 1 patch
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.