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/Postgres93.php')
-rw-r--r--src/database/Postgres93.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 1c41a53c..b2a0747f 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -20,7 +20,7 @@ class Postgres93 extends Postgres94
* @param bool $all If true, will find all available functions, if false just those in search path
* @param mixed $type If not null, will find all trigger functions
*
- * @return \ADORecordSet|int All functions
+ * @return int|\PHPPgAdmin\ADORecordSet All functions
*/
public function getFunctions($all = false, $type = null)
{