From 824576637b80b79e2ad01502bec56f7200210a92 Mon Sep 17 00:00:00 2001 From: tuutti Date: Tue, 22 Aug 2023 09:21:37 +0300 Subject: [PATCH] UHF-8848: phpcs fixes --- modules/helfi_user_roles/helfi_user_roles.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/helfi_user_roles/helfi_user_roles.install b/modules/helfi_user_roles/helfi_user_roles.install index defc2b5c3..b0c80a0e3 100644 --- a/modules/helfi_user_roles/helfi_user_roles.install +++ b/modules/helfi_user_roles/helfi_user_roles.install @@ -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',