This commit is contained in:
Jean-Christian Paul Denis 2023-04-23 11:03:38 +02:00
parent 4cdaef23ee
commit 31f19ab03d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ class BackendList extends adminGenericListV2
{ {
/** /**
* Display logs record. * Display logs record.
* *
* @param int $page The current list page * @param int $page The current list page
* @param int $nb_per_page The record per page number * @param int $nb_per_page The record per page number
* @param string $enclose_block The enclose block * @param string $enclose_block The enclose block
@ -86,7 +86,7 @@ class BackendList extends adminGenericListV2
/** /**
* Display a records line. * Display a records line.
* *
* @param bool $checked Selected line * @param bool $checked Selected line
*/ */
private function logLine(bool $checked): void private function logLine(bool $checked): void

View File

@ -74,7 +74,7 @@ class ManageVars
/** /**
* Get instance. * Get instance.
* *
* @return ManageVars The instance * @return ManageVars The instance
*/ */
public static function init(): ManageVars public static function init(): ManageVars

View File

@ -33,7 +33,7 @@ class My
/** /**
* This module id. * This module id.
* *
* @return string The module id * @return string The module id
*/ */
public static function id(): string public static function id(): string
@ -43,7 +43,7 @@ class My
/** /**
* This module name. * This module name.
* *
* @return string The module translated name * @return string The module translated name
*/ */
public static function name(): string public static function name(): string
@ -53,7 +53,7 @@ class My
/** /**
* Check php version. * Check php version.
* *
* @return bool True on supported PHP version * @return bool True on supported PHP version
*/ */
public static function phpCompliant(): bool public static function phpCompliant(): bool