Fixed coding style.

This commit is contained in:
Jan Böhmer 2020-04-10 13:05:08 +02:00
parent a5e1f02d27
commit ae75e6844f
41 changed files with 147 additions and 163 deletions

View file

@ -49,7 +49,6 @@ use Symfony\Component\Mime\Email;
/**
* This subscriber set the "From" field for all sent email, based on the global configured sender name and email.
* @package App\EventSubscriber
*/
final class SetMailFromSubscriber implements EventSubscriberInterface
{