Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Sep 12, 2024
1 parent d1a6256 commit ac0ba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/MailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ private static function formatMailState(array $emails, bool $mailOnly = false):
->map(fn ($value, $key) => $mailOnly ? $key : ($value === null ? $key : "$value <$key>"))
->implode(', ');
}
}
}

0 comments on commit ac0ba92

Please sign in to comment.