8000 [Mailer] Replace misused EventListener with an EventSubscriber. by Irvyne · Pull Request #12250 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Mailer] Replace misused EventListener with an EventSubscriber. #12250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

Irvyne
Copy link
Contributor
@Irvyne Irvyne commented Aug 31, 2019

In the new mailer component, the existing code for the "Global from Address" makes use of an EventSubscriber but the namespace & name of the file is wrongly named as an EventListener which could create confusion.

The existing code for the "Global from Address" makes use of an EventSubscriber but the namespace & name of the file is wrongly named as an EventListener which could create confusion.
@Irvyne Irvyne changed the title [MAILER] Replace misused EventListener with an EventSubscriber. [Mailer] Replace misused EventListener with an EventSubscriber. Aug 31, 2019
@javiereguiluz javiereguiluz added this to the 4.3 milestone Sep 2, 2019
@javiereguiluz
Copy link
Member

Good catch, thanks Thibaud.

javiereguiluz added a commit that referenced this pull request Sep 2, 2019
…criber. (Irvyne)

This PR was merged into the 4.3 branch.

Discussion
----------

[Mailer] Replace misused EventListener with an EventSubscriber.

In the new mailer component, the existing code for the "Global from Address" makes use of an EventSubscriber but the namespace & name of the file is wrongly named as an EventListener which could create confusion.

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

6a1901d Replace misused EventListener with an EventSubscriber.
@javiereguiluz javiereguiluz merged commit 6a1901d into symfony:4.3 Sep 2, 2019
@Irvyne Irvyne deleted the patch-1 branch September 4, 2019 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0