This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Messenger/Handler
Fabien Potencier 8651758fc1 feature #28294 [Messenger] Remove the "obscure" message subscriber configuration (sroze)
This PR was merged into the 4.2-dev branch.

Discussion
----------

[Messenger] Remove the "obscure" message subscriber configuration

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ø
| License       | MIT
| Doc PR        | ø

As described in #28275, all of the configuration can be done using yield and that we could remove the support for other ways (especially the obscure return `[['method', -10]]` syntax) as I believe this would clarify the configuration a lot.

Commits
-------

cf2ad861f5 Remove the "obscure" message subscriber configuration
2018-08-29 15:11:20 +02:00
..
Locator Allow interfaces to be type-hinted as well 2018-08-27 12:46:17 +01:00
ChainHandler.php [Messenger] Add a new Messenger component 2018-03-23 09:01:52 +01:00
MessageHandlerInterface.php Add missing @experimental annotations 2018-05-07 11:19:29 +02:00
MessageSubscriberInterface.php Remove the "obscure" message subscriber configuration 2018-08-28 13:58:44 +01:00