ChrisBAshton/smartresolution

View on GitHub
webapp/core/db/DBUpdate.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function disputeParty($disputeParty) {
        if (!$disputeParty->getPartyId()) {
            $createdParty = DBCreate::instance()->disputeParty(array(
                'organisation_id' => $disputeParty->getLawFirmID()
            ));
Severity: Minor
Found in webapp/core/db/DBUpdate.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status