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.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index b283f1a9..93965ec5 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,12 +1,11 @@
<?php
/**
- * PHPPgAdmin 6.1.3
+ * PHPPgAdmin6
*/
namespace PHPPgAdmin\Database;
-use PHPPgAdmin\ADORecordSet;
use PHPPgAdmin\Help\PostgresDoc10;
/**
@@ -35,7 +34,7 @@ class Postgres10 extends Postgres96
/**
* Return all tables in current database (and schema).
*
- * @return \RecordSet|int|string All tables, sorted alphabetically
+ * @return \ADORecordSet|bool|int|string All tables, sorted alphabetically
*/
public function getTables()
{