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