AppStateESS/homestead

View on GitHub
class/ContractFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

Method save has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function save(Contract $contract)
    {
        $db = PdoFactory::getPdoInstance();

        $id = $contract->getId();
Severity: Minor
Found in class/ContractFactory.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status