Skip to content

Commit 2f2f887

Browse files
committed
Fix a typo
1 parent c26019d commit 2f2f887

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
@@ -29,7 +29,7 @@ interface ConsumerInterface
2929

3030
/**
3131
* @param AMQPMessage $msg The message
32-
* @return mixed false to reject and requeue, any other value to aknowledge
32+
* @return mixed false to reject and requeue, any other value to acknowledge
3333
*/
3434
public function execute(AMQPMessage $msg);
3535
}

0 commit comments

Comments
 (0)