Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/queue-factory' into queue-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Nov 7, 2024
2 parents cf9dd96 + f90b3df commit 45fd659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Provider/QueueProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ interface QueueProviderInterface
*
* @param string $channel Channel name.
*
* @return QueueInterface Queue instance.
*
* @throws InvalidQueueConfigException If the queue configuration is invalid.
* @throws ChannelNotFoundException If the channel is not found.
* @throws QueueProviderException If the queue provider fails to provide a queue.
* @return QueueInterface Queue instance.
*/
public function get(string $channel): QueueInterface;

Expand Down

0 comments on commit 45fd659

Please sign in to comment.