src/Bank/Receipt.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status