Completed
Push — dev-0.1.x ( 6fa657...c6e53a )
by Josué
07:31
created
src/PdoOci8Statement.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.