src/Bank/Form/ReceiptNew.php

Summary

Maintainability
A
1 hr
Test Coverage

Method initFields has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function initFields($extra = array())
    {
        $this->fields['amount'] = new Pluf_Form_Field_Integer(array(
            'required' => true,
            'label' => 'amount'
Severity: Minor
Found in src/Bank/Form/ReceiptNew.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status