Skip to content

Commit 8a9588f

Browse files
committed
cs
1 parent be473b0 commit 8a9588f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/HighLevelConsumer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ public function listen(string $processorClassName, string $processorType, string
5555
throw new KafkaConsumerException('Kafka error: ' . $message->errstr());
5656
}
5757

58-
if ($this->shouldBeStopped(
59-
$startTime, $eventsProcessed
60-
)) {
58+
if ($this->shouldBeStopped($startTime, $eventsProcessed)) {
6159
break;
6260
}
6361
}

0 commit comments

Comments
 (0)