cHeeSaW/alpha-vantage-bundle

View on GitHub

Showing 3 of 3 total issues

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

        string $function,
        string $from_currency = null,
        string $to_currenccy = null,
        string $from_symbol = null,
        string $to_symbol = null,
Severity: Major
Found in Endpoints/ForeEx.php - About 1 hr to fix

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

            string $function,
            string $symbol,
            string $interval,
            int $time_period,
            string $series_type,
    Severity: Minor
    Found in Endpoints/TechnicalIndicator.php - About 45 mins to fix

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

              string $function,
              string $symbol = null,
              string $dataType = self::DATATYPE_JSON,
              string $outputsize = self::OUTPUTSIZE_COMPACT,
              string $interval = self::INTERVAL_5_MIN
      Severity: Minor
      Found in Endpoints/StockTimeSeries.php - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language