Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit 3e436a5

Browse files
authored
fix typo (#55)
1 parent 05e8dd8 commit 3e436a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Kafka/Consumer/KafkaConsumerBuilderInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ public function withDecoder(DecoderInterface $decoder): self;
127127
/**
128128
* Callback for log related events
129129
*
130-
* @param callable $consumeCallback
130+
* @param callable $logCallback
131131
* @return KafkaConsumerBuilderInterface
132132
*/
133-
public function withLogCallback(callable $consumeCallback): KafkaConsumerBuilderInterface;
133+
public function withLogCallback(callable $logCallback): KafkaConsumerBuilderInterface;
134134

135135
/**
136136
* Returns your consumer instance

0 commit comments

Comments
 (0)