src/EntityManager.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

File EntityManager.php has 411 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

<?php

namespace ORM;

use ORM\Dbal\Column;
Severity: Minor
Found in src/EntityManager.php - About 5 hrs to fix

    EntityManager has 36 functions (exceeds 20 allowed). Consider refactoring.
    Wontfix

    class EntityManager
    {
        const OPT_CONNECTION = 'connection';
        const OPT_TABLE_NAME_TEMPLATE = 'tableNameTemplate';
        const OPT_NAMING_SCHEME_TABLE = 'namingSchemeTable';
    Severity: Minor
    Found in src/EntityManager.php - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status