Skip to content

Commit

Permalink
UHF-8945: line exceeded 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen committed Sep 8, 2023
1 parent edfb389 commit d142c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helfi_api_base.module
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d142c9e

Please sign in to comment.