Skip to content

Commit

Permalink
UHF-8848: phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Aug 22, 2023
1 parent 32529b9 commit 8245766
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/helfi_user_roles/helfi_user_roles.install
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ function helfi_user_roles_update_9001() : void {
return;
}
// We can't use 'update_helper' service to re-install configuration because
// it will re-install previously installed roles (from this module) and wipe out
// the permissions because 'user.role.*.yml' configuration files define no permissions.
// it will re-install previously installed roles (from this module) and wipe
// out the permissions because 'user.role.*.yml' configuration files define
// no permissions.
// Permissions are granted by individual modules in hook_install().
Role::create([
'id' => 'super_administrator',
Expand Down

0 comments on commit 8245766

Please sign in to comment.