From d142c9edba3247db5a499c8e24224fa1dd4897f0 Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Fri, 8 Sep 2023 08:57:10 +0300 Subject: [PATCH] UHF-8945: line exceeded 80 chars --- helfi_api_base.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helfi_api_base.module b/helfi_api_base.module index 3c23080c..b14d5494 100644 --- a/helfi_api_base.module +++ b/helfi_api_base.module @@ -55,7 +55,7 @@ function helfi_api_base_theme_suggestions_debug_item(array $variables) : array { * Implements hook_mail_alter(). */ function helfi_api_base_mail_alter(&$message) : void { - // Prevent sending an email if current site/environment is known to the resolver. + // Prevent sending email if current site/environment is known to the resolver. // Only helfi-drupal sites are affected by this change. try { \Drupal::service('helfi_api_base.environment_resolver')