AppStateESS/homestead

View on GitHub
class/RoomDamageResponsibilityFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static function save(RoomDamageResponsibility $resp)
    {
        $db = PdoFactory::getPdoInstance();

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

There are no issues that match your filters.

Category
Status