Skip to content

Commit 8ea9059

Browse files
committed
Merge pull request #309 from jakzal/patch-1
Fix a typo
2 parents c26019d + 2f2f887 commit 8ea9059

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)