From 31f19ab03d5320121661ab6f4bbe2981800b3eca Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Apr 2023 11:03:38 +0200 Subject: [PATCH] cosmetic --- src/BackendList.php | 4 ++-- src/ManageVars.php | 2 +- src/My.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/BackendList.php b/src/BackendList.php index d9e43fb..533c053 100644 --- a/src/BackendList.php +++ b/src/BackendList.php @@ -28,7 +28,7 @@ class BackendList extends adminGenericListV2 { /** * Display logs record. - * + * * @param int $page The current list page * @param int $nb_per_page The record per page number * @param string $enclose_block The enclose block @@ -86,7 +86,7 @@ class BackendList extends adminGenericListV2 /** * Display a records line. - * + * * @param bool $checked Selected line */ private function logLine(bool $checked): void diff --git a/src/ManageVars.php b/src/ManageVars.php index 752e7a8..d545386 100644 --- a/src/ManageVars.php +++ b/src/ManageVars.php @@ -74,7 +74,7 @@ class ManageVars /** * Get instance. - * + * * @return ManageVars The instance */ public static function init(): ManageVars diff --git a/src/My.php b/src/My.php index cc4921a..9b85e1b 100644 --- a/src/My.php +++ b/src/My.php @@ -33,7 +33,7 @@ class My /** * This module id. - * + * * @return string The module id */ public static function id(): string @@ -43,7 +43,7 @@ class My /** * This module name. - * + * * @return string The module translated name */ public static function name(): string @@ -53,7 +53,7 @@ class My /** * Check php version. - * + * * @return bool True on supported PHP version */ public static function phpCompliant(): bool