phpcs fixes

This commit is contained in:
Dennis Eichhorn 2018-02-17 21:38:56 +01:00
parent ba7cfc9abf
commit b0d131204c
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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
*/