We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f1963 commit ca999f5Copy full SHA for ca999f5
1 file changed
src/QueueManager.php
@@ -165,7 +165,7 @@ public static function engine(string $name): SimpleClient
165
* and it has not been consumed. Default `null`.
166
* - `priority` - Valid values:
167
* - `\Enqueue\Client\MessagePriority::VERY_LOW`
168
- * - \Enqueue\Client\MessagePriority::LOW`
+ * - `\Enqueue\Client\MessagePriority::LOW`
169
* - `\Enqueue\Client\MessagePriority::NORMAL`
170
* - `\Enqueue\Client\MessagePriority::HIGH`
171
* - `\Enqueue\Client\MessagePriority::VERY_HIGH`
0 commit comments