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 c26019d commit 2f2f887Copy full SHA for 2f2f887
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