Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Messenger] Fix error message on undefined message class for non-subscriber handler #28059

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
Jul 26, 2018

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Jul 25, 2018

Q A
Branch? 4.1
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

Fixes a wrong hint talking about getHandledMessages() while the handler does not implement MessageSubscriberInterface.

@chalasr chalasr requested review from ogizanagi and sroze and removed request for ogizanagi July 26, 2018 13:43
Copy link
Contributor

@ogizanagi ogizanagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

@sroze
Copy link
Contributor

sroze commented Jul 26, 2018

Good catch, thanks @chalasr.

@sroze sroze merged commit e5ea3bc into symfony:4.1 Jul 26, 2018
sroze added a commit that referenced this pull request Jul 26, 2018
…or non-subscriber handler (chalasr)

This PR was merged into the 4.1 branch.

Discussion
----------

[Messenger] Fix error message on undefined message class for non-subscriber handler

| Q             | A
| ------------- | ---
| Branch?       | 4.1
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Fixes a wrong hint talking about `getHandledMessages()` while the handler does not implement `MessageSubscriberInterface`.

Commits
-------

e5ea3bc [Messenger] Fix error message on undefined message class for non-subscriber handler
@chalasr chalasr deleted the msg-fix-error branch July 26, 2018 21:18
@fabpot fabpot mentioned this pull request Aug 1, 2018
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.

4 participants