1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add RdKafka:flush() to CallMap (#3410)

This commit is contained in:
Šimon Podlipský 2020-05-19 18:56:58 +02:00 committed by GitHub
parent 0b2da18f1e
commit dc82243edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10427,6 +10427,7 @@ return [
'rd_kafka_errno2err' => ['int', 'errnox'=>'int'],
'rd_kafka_offset_tail' => ['int', 'cnt'=>'int'],
'RdKafka::addBrokers' => ['int', 'broker_list'=>'string'],
'RdKafka::flush' => ['int', 'timeout_ms'=>'int'],
'RdKafka::getMetadata' => ['RdKafka\Metadata', 'all_topics'=>'bool', 'only_topic='=>'RdKafka\Topic', 'timeout_ms'=>'int'],
'RdKafka::getOutQLen' => ['int'],
'RdKafka::newQueue' => ['RdKafka\Queue'],