mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-18 05:08:43 +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
|
||||
|
|
|
|||
|
|
@ -118,6 +118,8 @@ class Module
|
|||
*
|
||||
* @param string $name Group name
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function setName(string $name) /* : void */
|
||||
|
|
@ -142,6 +144,8 @@ class Module
|
|||
*
|
||||
* @param string $description Group description
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function setDescription(string $description) /* : void */
|
||||
|
|
@ -166,6 +170,8 @@ class Module
|
|||
*
|
||||
* @param int $status Group status
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function setStatus(int $status) /* : void */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user