Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 12, 2024
1 parent 6effbf2 commit 6cf726c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Provider/QueueProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface QueueProviderInterface
/**
* Find a queue by channel name and returns it.
*
* @param string|BackedEnum $channel Channel name.
* @param BackedEnum|string $channel Channel name.
*
* @throws InvalidQueueConfigException If the queue configuration is invalid.
* @throws ChannelNotFoundException If the channel is not found.
Expand All @@ -27,7 +27,7 @@ public function get(string|BackedEnum $channel): QueueInterface;
/**
* Check if a queue with the specified channel name exists.
*
* @param string|BackedEnum $channel Channel name.
* @param BackedEnum|string $channel Channel name.
*
* @return bool Whether the queue exists.
*/
Expand Down

0 comments on commit 6cf726c

Please sign in to comment.