Styling
This commit is contained in:
@@ -26,7 +26,7 @@ class PermissionsRepository extends Repository implements CacheableInterface
|
||||
/**
|
||||
* Return the list of roles formatted for a select box
|
||||
*
|
||||
* @param boolean $add_blank
|
||||
* @param bool $add_blank
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
||||
@@ -26,8 +26,8 @@ class RoleRepository extends Repository implements CacheableInterface
|
||||
/**
|
||||
* Return the list of roles formatted for a select box
|
||||
*
|
||||
* @param boolean $include_read_only
|
||||
* @param boolean $add_blank
|
||||
* @param bool $include_read_only
|
||||
* @param bool $add_blank
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user