File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function setReply(PsrMessage $reply = null)
90
90
/**
91
91
* @param string $reason
92
92
*
93
- * @return Result
93
+ * @return self
94
94
*/
95
95
public static function ack ($ reason = '' )
96
96
{
@@ -100,7 +100,7 @@ public static function ack($reason = '')
100
100
/**
101
101
* @param string $reason
102
102
*
103
- * @return Result
103
+ * @return self
104
104
*/
105
105
public static function reject ($ reason )
106
106
{
@@ -110,7 +110,7 @@ public static function reject($reason)
110
110
/**
111
111
* @param string $reason
112
112
*
113
- * @return Result
113
+ * @return self
114
114
*/
115
115
public static function requeue ($ reason = '' )
116
116
{
@@ -122,7 +122,7 @@ public static function requeue($reason = '')
122
122
* @param string $status
123
123
* @param string|null $reason
124
124
*
125
- * @return Result
125
+ * @return self
126
126
*/
127
127
public static function reply (PsrMessage $ replyMessage , $ status = self ::ACK , $ reason = null )
128
128
{
You can’t perform that action at this time.
0 commit comments