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/Postgres11.php')
-rw-r--r--src/database/Postgres11.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index 9dc9192b..ff790b80 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -37,7 +37,7 @@ class Postgres11 extends Postgres10
* @param bool $all If true, will find all available functions, if false just those in search path
* @param mixed $type If truthy, will return functions of type trigger
*
- * @return ADORecordSet|int All functions
+ * @return \RecordSet|int|string All functions
*/
public function getFunctions($all = false, $type = null)
{