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.
2 parents da40764 + e70e7c3 commit 4b66170Copy full SHA for 4b66170
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