We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec4e4e commit 7f151c6Copy full SHA for 7f151c6
RabbitMq/BatchConsumerInterface.php
@@ -9,7 +9,7 @@ interface BatchConsumerInterface
9
/**
10
* @param AMQPMessage[] $messages
11
*
12
- * @return array|bool
+ * @return array|int|bool
13
*/
14
public function batchExecute(array $messages);
15
}
0 commit comments