Skip to content

Commit

Permalink
Merge pull request #805 from gpenverne/fix-typo
Browse files Browse the repository at this point in the history
Minor typo fix in docblock
  • Loading branch information
makasim authored Mar 21, 2019
2 parents 0652c5c + 35f7aec commit 64129d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/enqueue/Consumption/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class Result
const ACK = Processor::ACK;

/**
* @see Processor::ACK for more details
* @see Processor::REJECT for more details
*/
const REJECT = Processor::REJECT;

/**
* @see Processor::ACK for more details
* @see Processor::REQUEUE for more details
*/
const REQUEUE = Processor::REQUEUE;

Expand Down

0 comments on commit 64129d5

Please sign in to comment.