idealo/php-rdkafka-ffi

View on GitHub
src/RdKafka/KafkaErrorException.php

Summary

Maintainability
A
45 mins
Test Coverage
A
92%

Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $message,
        int $code,
        string $error_string,
        bool $isFatal = false,
        bool $isRetriable = false,
Severity: Minor
Found in src/RdKafka/KafkaErrorException.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status