src/Bank/Backend.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

    function init()
    {
        $this->_a['table'] = 'bank_backend';
        $this->_a['cols'] = array(
            'id' => array(
Severity: Major
Found in src/Bank/Backend.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status