Skip to content

Commit

Permalink
Merge pull request #1071 from qkdreyer/patch-2
Browse files Browse the repository at this point in the history
chore: add typehint to RdKafkaConsumer#getQueue
  • Loading branch information
makasim authored Jun 24, 2020
2 parents 2221fe2 + 5cbd208 commit 08bdd4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/rdkafka/RdKafkaConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ public function setOffset(int $offset = null): void
$this->offset = $offset;
}

/**
* @return RdKafkaTopic
*/
public function getQueue(): Queue
{
return $this->topic;
Expand Down

0 comments on commit 08bdd4b

Please sign in to comment.