Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored and github-actions[bot] committed Aug 19, 2023
1 parent aca5149 commit a538554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Exceptions/PermissionDoesNotExist.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public static function create(string $permissionName, ?string $guardName)
}

/**
* @param int|string $permissionId
* @param string $guardName
* @param int|string $permissionId
* @param string $guardName
* @return static
*/
public static function withId($permissionId, ?string $guardName)
Expand Down
3 changes: 1 addition & 2 deletions src/Exceptions/RoleDoesNotExist.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ public static function named(string $roleName, ?string $guardName)
}

/**
* @param int|string $roleId
* @param string|null $guardName
* @param int|string $roleId
* @return static
*/
public static function withId($roleId, ?string $guardName)
Expand Down

0 comments on commit a538554

Please sign in to comment.