We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0652c5c + 35f7aec commit 64129d5Copy full SHA for 64129d5
pkg/enqueue/Consumption/Result.php
@@ -13,12 +13,12 @@ class Result
13
const ACK = Processor::ACK;
14
15
/**
16
- * @see Processor::ACK for more details
+ * @see Processor::REJECT for more details
17
*/
18
const REJECT = Processor::REJECT;
19
20
21
+ * @see Processor::REQUEUE for more details
22
23
const REQUEUE = Processor::REQUEUE;
24
0 commit comments