mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-07 08:48:40 +00:00
phpcs fixes
This commit is contained in:
parent
ba7cfc9abf
commit
b0d131204c
|
|
@ -29,7 +29,7 @@ class Navigation
|
|||
/**
|
||||
* Install navigation providing
|
||||
*
|
||||
* @param string $path Path to some file
|
||||
* @param string $path Path to some file
|
||||
* @param DatabasePool $dbPool Database pool for database interaction
|
||||
*
|
||||
* @return void
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@ class Module
|
|||
* Set group name.
|
||||
*
|
||||
* @param string $name Group name
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -141,6 +143,8 @@ class Module
|
|||
* Set group description.
|
||||
*
|
||||
* @param string $description Group description
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -165,6 +169,8 @@ class Module
|
|||
* Set group status.
|
||||
*
|
||||
* @param int $status Group status
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user