Completed
Pull Request — master (#66)
by Dennis
02:32
created
src/Response/ResultIterator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
     private $row = 0;
50 50
     
51 51
     
52
+    /**
53
+     * @param string $rowClass
54
+     */
52 55
     public function __construct(StreamReader $stream, array $metadata, $rowClass) {
53 56
         $this->stream = clone $stream;
54 57
         $this->metadata = $metadata;
Please login to merge, or discard this patch.