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/help/PostgresDoc90.php')
-rw-r--r--src/help/PostgresDoc90.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index ad1419a0..fb1493f6 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -10,8 +10,10 @@ namespace PHPPgAdmin\Help;
* Help links for PostgreSQL 9.0 documentation.
*
* Release: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
+ *
+ * @SuppressWarnings(PHPMD)
*/
-class PostgresDoc90 extends PostgresDoc84
+class PostgresDoc90 extends PostgresDoc
{
public function __construct($conf, $major_version)
{