We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da40764 commit e70e7c3Copy full SHA for e70e7c3
RabbitMq/ConsumerInterface.php
@@ -33,7 +33,7 @@ interface ConsumerInterface
33
34
/**
35
* @param AMQPMessage $msg The message
36
- * @return int One of ConsumerInterface::MSG_* constants according to callback outcome.
+ * @return int|bool One of ConsumerInterface::MSG_* constants according to callback outcome, or false otherwise.
37
*/
38
public function execute(AMQPMessage $msg);
39
}
0 commit comments