File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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)
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 {
You can’t perform that action at this time.
0 commit comments