Skip to content

Commit 35f7aec

Browse files
committed
Minor typo fix in docblock
1 parent 0652c5c commit 35f7aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/enqueue/Consumption/Result.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ class Result
1313
const ACK = Processor::ACK;
1414

1515
/**
16-
* @see Processor::ACK for more details
16+
* @see Processor::REJECT for more details
1717
*/
1818
const REJECT = Processor::REJECT;
1919

2020
/**
21-
* @see Processor::ACK for more details
21+
* @see Processor::REQUEUE for more details
2222
*/
2323
const REQUEUE = Processor::REQUEUE;
2424

0 commit comments

Comments
 (0)