Skip to content

Commit fe973a5

Browse files
drbytegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 59b966f commit fe973a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Role.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ protected static function findByParam(array $params = []): ?RoleContract
172172
/**
173173
* Determine if the role may perform the given permission.
174174
*
175-
* @param string|int|\Spatie\Permission\Contracts\Permission|\BackedEnum $permission
175+
* @param string|int|\Spatie\Permission\Contracts\Permission|\BackedEnum $permission
176176
*
177177
* @throws PermissionDoesNotExist|GuardDoesNotMatch
178178
*/

0 commit comments

Comments
 (0)