elliotwms/Abacus

View on GitHub
src/Currency.php

Summary

Maintainability
A
1 hr
Test Coverage

Method _fetchAPI has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static function _fetchAPI($key)
    {
        if (is_null($key)) {
            $key = getenv('ABACUS_OPEN_EXCHANGE_KEY');
        }
Severity: Minor
Found in src/Currency.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status