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 c26019d + 2f2f887 commit 8ea9059Copy full SHA for 8ea9059
RabbitMq/ConsumerInterface.php
@@ -29,7 +29,7 @@ interface ConsumerInterface
29
30
/**
31
* @param AMQPMessage $msg The message
32
- * @return mixed false to reject and requeue, any other value to aknowledge
+ * @return mixed false to reject and requeue, any other value to acknowledge
33
*/
34
public function execute(AMQPMessage $msg);
35
}
0 commit comments