Skip to content

Commit

Permalink
fix PHPCSFixer error
Browse files Browse the repository at this point in the history
  • Loading branch information
manageruz committed Dec 29, 2022
1 parent 973b71c commit db6ea1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Models/GroupModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public function getPermissionsForGroup(int $groupId): array

/**
* Add a single permission to a single group, by IDs.
*
*/
public function addPermissionToGroup(int $permissionId, int $groupId): bool
{
Expand Down Expand Up @@ -215,7 +214,6 @@ public function removePermissionFromAllGroups(int $permissionId)

/**
* Updates user's permissons cache when group permissions altered.
*
*/
private function handlePermissionsCache(int $groupId): void
{
Expand Down

0 comments on commit db6ea1b

Please sign in to comment.