symfony / swiftmailer-bundle

Symfony Swiftmailer Bundle
https://symfony.com/swiftmailer-bundle
MIT License
1.56k stars 151 forks source link

Refactoring EmailSenderListener #291

Closed CViniciusSDias closed 4 years ago

CViniciusSDias commented 5 years ago

EmailSenderListener refactored so it has early returns e better understandable code with only one indentation level.

fabpot commented 4 years ago

While I agree that this is a good idea, I'm going to close as we tend to avoid doing such refactorings that could break in subtle ways (also because this bundle won't see many changes as we prefer to use Symfony Mailer now).