From fe973a58b44380d0e8620107259b7bda22f70408 Mon Sep 17 00:00:00 2001 From: drbyte Date: Sat, 22 Jun 2024 23:04:52 +0000 Subject: [PATCH] Fix styling --- src/Models/Role.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/Role.php b/src/Models/Role.php index 951355a1..86d81d37 100644 --- a/src/Models/Role.php +++ b/src/Models/Role.php @@ -172,7 +172,7 @@ protected static function findByParam(array $params = []): ?RoleContract /** * Determine if the role may perform the given permission. * - * @param string|int|\Spatie\Permission\Contracts\Permission|\BackedEnum $permission + * @param string|int|\Spatie\Permission\Contracts\Permission|\BackedEnum $permission * * @throws PermissionDoesNotExist|GuardDoesNotMatch */