Skip to content

Commit 7f151c6

Browse files
Fixed PHPDoc return typehint in BatchConsumerInterface::batchExecute() (#722)
Co-authored-by: Pavel Dovlatov <[email protected]>
1 parent eec4e4e commit 7f151c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMq/BatchConsumerInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface BatchConsumerInterface
99
/**
1010
* @param AMQPMessage[] $messages
1111
*
12-
* @return array|bool
12+
* @return array|int|bool
1313
*/
1414
public function batchExecute(array $messages);
1515
}

0 commit comments

Comments
 (0)