You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#10728 Use the new HandlersLocator and initialise it correctly. (j92)
This PR was merged into the 4.2 branch.
Discussion
----------
Use the new HandlersLocator and initialise it correctly.
It looks like the HandlerLocator is replaced with the HandlersLocator in 4.2.
Here you can check the initialisation of the `HandlersLocator`: https://github.com/symfony/symfony/blob/4.2/src/Symfony/Component/Messenger/Tests/Handler/HandlersLocatorTest.php
<!--
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
-------
c422cbc Use the new HandlersLocator and initialise it correctly.
0 commit comments