Skip to content

Commit

Permalink
Fixed PHPDoc return typehint in BatchConsumerInterface::batchExecute() (
Browse files Browse the repository at this point in the history
#722)

Co-authored-by: Pavel Dovlatov <[email protected]>
  • Loading branch information
pavdovlatov and MysteryDragon authored Dec 20, 2023
1 parent eec4e4e commit 7f151c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RabbitMq/BatchConsumerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface BatchConsumerInterface
/**
* @param AMQPMessage[] $messages
*
* @return array|bool
* @return array|int|bool
*/
public function batchExecute(array $messages);
}

0 comments on commit 7f151c6

Please sign in to comment.