summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2026-03-01 00:16:55 +0100
committerDamien Regad <dregad@mantisbt.org>2026-03-01 00:16:55 +0100
commit71beadd0e85bc36c112747dc8f5367b641bba576 (patch)
tree7843f037ac718ddd645df3472b201244dcbf7517 /drivers
parentf391fb97f3cb6620d918cda5fb2c5262e548f07a (diff)
downloadadodb-71beadd0e85bc36c112747dc8f5367b641bba576.tar.gz
adodb-71beadd0e85bc36c112747dc8f5367b641bba576.tar.bz2
adodb-71beadd0e85bc36c112747dc8f5367b641bba576.zip
Remove `mixed` return type
Not supported on PHP 7.4. Fixes #1210
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)) {