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/Postgres12.php')
-rw-r--r--src/database/Postgres12.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index d2b63461..aa8495e1 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -15,9 +15,17 @@ namespace PHPPgAdmin\Database;
*/
class Postgres12 extends Postgres11
{
+ /**
+ * @var float
+ */
public $major_version = 12;
/**
+ * @var class-string
+ */
+ public $help_classname = \PHPPgAdmin\Help\PostgresDoc12::class;
+
+ /**
* Checks to see whether or not a table has a unique id column.
*
* @deprecated this field has been removed of pg_class as of PG 12