seatplus/esi-client

View on GitHub
src/DataTransferObjects/EsiAuthentication.php

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

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

        public string $access_token,
        public string $refresh_token,
        public ?string $client_id = null,
        public ?string $secret = null,
        public string $token_expires = '1970-01-01 00:00:00',
Severity: Minor
Found in src/DataTransferObjects/EsiAuthentication.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status