src/Entity.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

File Entity.php has 345 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

<?php

namespace ORM;

use ORM\Dbal\Error;
Severity: Minor
Found in src/Entity.php - About 4 hrs to fix

    Entity has 31 functions (exceeds 20 allowed). Consider refactoring.
    Wontfix

    abstract class Entity implements Serializable
    {
        use Validation, Relations, Naming, EventHandlers, Booting;
    
        /** @deprecated Use Relation::OPT_CLASS instead */
    Severity: Minor
    Found in src/Entity.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status