Skip to content

Commit 08b944c

Browse files
authored
Update ConsumerInterface.php
1 parent 3aab57a commit 08b944c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMq/ConsumerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface ConsumerInterface
3333

3434
/**
3535
* @param AMQPMessage $msg The message
36-
* @return mixed false to reject and requeue, any other value to acknowledge
36+
* @return int One of ConsumerInterface::MSG_* constants according to callback outcome.
3737
*/
3838
public function execute(AMQPMessage $msg);
3939
}

0 commit comments

Comments
 (0)