Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/Postgres10.php')
-rw-r--r--src/database/Postgres10.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index 47a3ff50..b283f1a9 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -35,7 +35,7 @@ class Postgres10 extends Postgres96
/**
* Return all tables in current database (and schema).
*
- * @return ADORecordSet|int All tables, sorted alphabetically
+ * @return \RecordSet|int|string All tables, sorted alphabetically
*/
public function getTables()
{