Skip to content

Commit

Permalink
Codeclimate function fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rowan04 committed Sep 12, 2023
1 parent 53370bf commit bb15afa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Doctrine/deploy/AddServiceGroupRoles.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
}

$doctrineRole = new Role(
$roleType,
$doctrineUser,
$serviceGroup,
'STATUS_GRANTED'
);
$roleType,
$doctrineUser,
$serviceGroup,
'STATUS_GRANTED'
);
$entityManager->persist($doctrineRole);
}
}
Expand Down

0 comments on commit bb15afa

Please sign in to comment.