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/Postgres91.php')
-rw-r--r--src/database/Postgres91.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 4b63b6d2..e981f240 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -25,7 +25,7 @@ class Postgres91 extends Postgres92
*
* @param null|string $database (optional) Find only connections to specified database
*
- * @return \ADORecordSet|int A recordset
+ * @return int|\PHPPgAdmin\ADORecordSet A recordset
*/
public function getProcesses($database = null)
{
@@ -51,7 +51,7 @@ class Postgres91 extends Postgres92
*
* @param bool $all Include all tablespaces (necessary when moving objects back to the default space)
*
- * @return \ADORecordSet|int A recordset
+ * @return int|\PHPPgAdmin\ADORecordSet A recordset
*/
public function getTablespaces($all = false)
{
@@ -75,7 +75,7 @@ class Postgres91 extends Postgres92
*
* @param string $spcname
*
- * @return \ADORecordSet|int A recordset
+ * @return int|\PHPPgAdmin\ADORecordSet A recordset
*/
public function getTablespace($spcname)
{