pluf/exchange

View on GitHub
src/Exchange/CurrencyRate.php

Summary

Maintainability
A
1 hr
Test Coverage

Method init has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function init()
    {
        $this->_a['table'] = 'exchange_currency_rates';
        $this->_a['verbose'] = 'Exchange_CurrencyRate';
        $this->_a['cols'] = array(
Severity: Minor
Found in src/Exchange/CurrencyRate.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status