@@ -31,6 +31,9 @@ |
||
31 | 31 | /** @var \ArrayIterator */ |
32 | 32 | private $iterator; |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $sqlText |
|
36 | + */ |
|
34 | 37 | public function __construct(Oci8ConnectionInterface $connection, $sqlText, $options = array()) |
35 | 38 | { |
36 | 39 | if (!is_string($sqlText)) { |