honeybadger-io/honeybadger-php

View on GitHub
src/Config.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method mergeConfig has 43 lines of code (exceeds 30 allowed). Consider refactoring.
Open

    private function mergeConfig($config = []): array
    {
        return array_merge([
            'api_key' => null,
            'personal_auth_token' => null,
Severity: Minor
Found in src/Config.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status