summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/adodb-postgres64.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/adodb-postgres64.inc.php b/drivers/adodb-postgres64.inc.php
index 57f6955c..9fd8ee5c 100644
--- a/drivers/adodb-postgres64.inc.php
+++ b/drivers/adodb-postgres64.inc.php
@@ -661,7 +661,7 @@ class ADODB_postgres64 extends ADOConnection{
string $table,
bool $numIndexes=false,
bool $useattnum=false
- ) : mixed {
+ ) {
$objarr = $this->MetaColumns($table);
if (!is_array($objarr)) {