From 5afc03587219525bdcb90f40c5f4370e6475c7e2 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 8 May 2023 10:22:12 +0200 Subject: [PATCH] harmonize My class --- src/My.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/My.php b/src/My.php index d24c0e8..5806308 100644 --- a/src/My.php +++ b/src/My.php @@ -17,13 +17,10 @@ namespace Dotclear\Plugin\zoneclearFeedServer; use dcCore; /** - * Module definitions. + * This module definitions. */ class My { - /** @var string This module required php version */ - public const PHP_MIN = '8.1'; - /** @var string This module database table name */ public const TABLE_NAME = 'zc_feed'; @@ -58,8 +55,11 @@ class My 'FeedFeedURL', ]; + /** @var string This module required php version */ + public const PHP_MIN = '8.1'; + /** - * @return string This module id + * This module id. */ public static function id(): string { @@ -67,7 +67,7 @@ class My } /** - * @return string This module name + * This module name. */ public static function name(): string { @@ -77,7 +77,7 @@ class My } /** - * @return string This module path + * This module path. */ public static function path(): string { @@ -85,7 +85,7 @@ class My } /** - * @return bool True on this module php version complied + * Check this module PHP version compliant. */ public static function phpCompliant(): bool {