Skip to content

Commit ccef936

Browse files
authored
Update Result.php
1 parent 3c5c2d0 commit ccef936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/enqueue/Consumption/Result.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function setReply(PsrMessage $reply = null)
9090
/**
9191
* @param string $reason
9292
*
93-
* @return self
93+
* @return static
9494
*/
9595
public static function ack($reason = '')
9696
{
@@ -100,7 +100,7 @@ public static function ack($reason = '')
100100
/**
101101
* @param string $reason
102102
*
103-
* @return self
103+
* @return static
104104
*/
105105
public static function reject($reason)
106106
{
@@ -110,7 +110,7 @@ public static function reject($reason)
110110
/**
111111
* @param string $reason
112112
*
113-
* @return self
113+
* @return static
114114
*/
115115
public static function requeue($reason = '')
116116
{
@@ -122,7 +122,7 @@ public static function requeue($reason = '')
122122
* @param string $status
123123
* @param string|null $reason
124124
*
125-
* @return self
125+
* @return static
126126
*/
127127
public static function reply(PsrMessage $replyMessage, $status = self::ACK, $reason = null)
128128
{

0 commit comments

Comments
 (0)