Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Oct 7, 2024
1 parent 3ac8cff commit eb5b4ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Util/Trait/UserPermissionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ trait UserPermissionTrait
private function getUserForPermissionCheck(
SecurityServiceInterface $securityService,
bool $checkPermission
): ?UserInterface
{
): ?UserInterface {
if (!$checkPermission) {
return null;
}
Expand Down

0 comments on commit eb5b4ee

Please sign in to comment.