Skip to content

Commit

Permalink
feat(rdkafka): narrow Message::headers type
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored and isfedorov committed Jan 31, 2025
1 parent 904c311 commit 81224bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdkafka/RdKafka/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Message
public $offset;

/**
* @var array
* @var array<string, string>
*/
public $headers;
public $opaque;
Expand Down

0 comments on commit 81224bf

Please sign in to comment.