summaryrefslogtreecommitdiff
path: root/drivers/adodb-oci8.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-04-30 00:51:47 +0200
committerDamien Regad <dregad@mantisbt.org>2023-04-30 00:51:47 +0200
commitaef9e9459712c9da90e9d83f1f4e7b8f21245a56 (patch)
tree8a1d44cabe11bb20a5c32850d01c5c4572fdf039 /drivers/adodb-oci8.inc.php
parentb881dea297a93496fbd6d1d8a3c2fbe277c9231c (diff)
downloadadodb-aef9e9459712c9da90e9d83f1f4e7b8f21245a56.tar.gz
adodb-aef9e9459712c9da90e9d83f1f4e7b8f21245a56.tar.bz2
adodb-aef9e9459712c9da90e9d83f1f4e7b8f21245a56.zip
PHPDoc: fix ADOConnection::execute() return type
Remove redundant PHPDoc block in child classes ADODB_mysqli, ADODB_oci8. Fixes #964
Diffstat (limited to 'drivers/adodb-oci8.inc.php')
-rw-r--r--drivers/adodb-oci8.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/adodb-oci8.inc.php b/drivers/adodb-oci8.inc.php
index ca787721..211fa9a2 100644
--- a/drivers/adodb-oci8.inc.php
+++ b/drivers/adodb-oci8.inc.php
@@ -971,16 +971,6 @@ END;
return $rez;
}
- /**
- * Execute SQL
- *
- * @param string|array $sql SQL statement to execute, or possibly an array holding
- * prepared statement ($sql[0] will hold sql text).
- * @param array|false $inputarr holds the input data to bind to.
- * Null elements will be set to null.
- *
- * @return ADORecordSet|false
- */
function Execute($sql,$inputarr=false)
{
if ($this->fnExecute) {