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/Postgres96.php')
-rw-r--r--src/database/Postgres96.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index b26589fb..ef2ad7e5 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -23,7 +23,7 @@ class Postgres96 extends Postgres
*
* @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)
{
@@ -67,7 +67,7 @@ class Postgres96 extends Postgres
* @param string $expiry string Format 'YYYY-MM-DD HH:MM:SS'. '' means never expire
* @param array $groups The groups to create the user in
*
- * @return \ADORecordSet|int 0 if operation was successful
+ * @return int|\PHPPgAdmin\ADORecordSet 0 if operation was successful
*
* @internal param $group (array) The groups to create the user in
*/