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.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index 21f311da..e88092bd 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.1.3
+ * PHPPgAdmin6
*/
namespace PHPPgAdmin\Database;
@@ -31,7 +31,6 @@ class Postgres12 extends Postgres11
* 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
- *
* @see https://www.postgresql.org/docs/12/catalog-pg-class.html
*
* @param string $table The table name