Skip to content

Commit

Permalink
Merge pull request #6 from 365Werk/analysis-KZ5yQV
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
HergenD authored Aug 19, 2021
2 parents 91aabd2 + 7c76765 commit c77f8df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LaraKafka.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ public function consume(string $topic)
->withAdditionalSubscription($topic)
->build();


$consumer->subscribe();
while (true) {
try {
Expand Down Expand Up @@ -217,7 +216,6 @@ public function octaneConsumer(string $topic, $messageCallback, $noMessageCallba
->withAdditionalSubscription($topic)
->build();


$consumer->subscribe();
while (true) {
try {
Expand Down

0 comments on commit c77f8df

Please sign in to comment.