Skip to content

Commit

Permalink
tmp add missing dot in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grongor committed Nov 6, 2019
1 parent 752c663 commit df9571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $batchConsumer = $batchConsumerFactory->create(
$maxDuration = 60 // or when 60 seconds passes, whichever comes first.
);
foreach ($batchConsumer->consume() as $messageBatch) {
// The batch might be empty if you specified the maxDuration
// The batch might be empty if you specified the maxDuration.
if ($messageBatch->isEmpty()) {
continue;
}
Expand Down

0 comments on commit df9571b

Please sign in to comment.