Skip to content

Commit 04404f9

Browse files
author
Bogdan Rancichi
committed
updated doc comments for method
1 parent 902d96e commit 04404f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RabbitMq/Consumer.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ public function getMemoryLimit()
3838
/**
3939
* Consume the message
4040
*
41-
* @param int $msgAmount
41+
* @param int $msgAmount
42+
*
43+
* @return int
44+
*
45+
* @throws AMQPTimeoutException
4246
*/
4347
public function consume($msgAmount)
4448
{

0 commit comments

Comments
 (0)