Skip to content

Commit

Permalink
Update Result.php
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim authored Apr 13, 2018
1 parent 686e46b commit 8ff3db7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/enqueue/Consumption/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function setReply(PsrMessage $reply = null)
/**
* @param string $reason
*
* @return self
* @return static
*/
public static function ack($reason = '')
{
Expand All @@ -100,7 +100,7 @@ public static function ack($reason = '')
/**
* @param string $reason
*
* @return self
* @return static
*/
public static function reject($reason)
{
Expand All @@ -110,7 +110,7 @@ public static function reject($reason)
/**
* @param string $reason
*
* @return self
* @return static
*/
public static function requeue($reason = '')
{
Expand All @@ -122,7 +122,7 @@ public static function requeue($reason = '')
* @param string $status
* @param string|null $reason
*
* @return self
* @return static
*/
public static function reply(PsrMessage $replyMessage, $status = self::ACK, $reason = null)
{
Expand Down

0 comments on commit 8ff3db7

Please sign in to comment.