Showing 3 of 3 total issues
Method __construct
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $function,
string $from_currency = null,
string $to_currenccy = null,
string $from_symbol = null,
string $to_symbol = null,
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $function,
string $symbol,
string $interval,
int $time_period,
string $series_type,
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $function,
string $symbol = null,
string $dataType = self::DATATYPE_JSON,
string $outputsize = self::OUTPUTSIZE_COMPACT,
string $interval = self::INTERVAL_5_MIN