Skip to content

Commit

Permalink
feat(rdkafka): narrow Conf::dump() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored and isfedorov committed Jan 30, 2025
1 parent 6c6bf20 commit 904c311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdkafka/RdKafka/Conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Conf
public function __construct() {}

/**
* @return array
* @return array<string, string>
*/
public function dump() {}

Expand Down

0 comments on commit 904c311

Please sign in to comment.