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/Postgres84.php')
-rw-r--r--src/database/Postgres84.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index 6aa5ee9c..66f8d8de 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -39,7 +39,7 @@ class Postgres84 extends Postgres90
*
* @param string $table The name of a table whose triggers to retrieve
*
- * @return \PHPPgAdmin\ADORecordSet|int A recordset
+ * @return int|\PHPPgAdmin\ADORecordSet A recordset
*/
public function getTriggers($table = '')
{
@@ -71,7 +71,7 @@ class Postgres84 extends Postgres90
* @param string $term The search term
* @param string $filter The object type to restrict to ('' means no restriction)
*
- * @return \PHPPgAdmin\ADORecordSet|int A recordset
+ * @return int|\PHPPgAdmin\ADORecordSet A recordset
*/
public function findObject($term, $filter)
{