This commit is contained in:
Nabeel Shahzad
2019-06-20 23:19:35 -04:00
parent b28ace970c
commit b169337fb6
4 changed files with 12 additions and 15 deletions

View File

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

View File

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