cosmetic
This commit is contained in:
parent
4cdaef23ee
commit
31f19ab03d
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user