Skip to content

Commit 979cd87

Browse files
authored
feat: drop final from KafkaProducerWrapper (#229)
1 parent 5788999 commit 979cd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infection.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"text": "infection-log.txt"
1818
},
19-
"minMsi": 35,
19+
"minMsi": 31,
2020
"minCoveredMsi": 50
2121
}

src/Clients/Producer/KafkaProducerWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use const RD_KAFKA_PARTITION_UA;
1616
use const RD_KAFKA_RESP_ERR_NO_ERROR;
1717

18-
final readonly class KafkaProducerWrapper
18+
readonly class KafkaProducerWrapper
1919
{
2020
private const int RdKafkaMsgFCopy = 0;
2121

0 commit comments

Comments
 (0)