Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Add next_major comment
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored and VincentLanglet committed May 8, 2021
1 parent ebd785a commit 83159c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Backend/QueueDispatcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
* A QueueDispatcherInterface acts as a router for different
* queue types.
*
* @see AMQPBackendDispatcher for an eample implementation
* @see AMQPBackendDispatcher for an example implementation
*/
interface QueueDispatcherInterface
{
/**
* Get a backend by message type.
*
* NEXT_MAJOR: Change signature to getBackend(?string $type = null);
*
* @param string|null $type
*
* @throws BackendNotFoundException
Expand Down

0 comments on commit 83159c6

Please sign in to comment.