src/DataTransferObjects/EsiAuthentication.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
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',