php-kitchen/yii2-domain

View on GitHub
src/DB/Base/Repository.php

Summary

Maintainability
A
3 hrs
Test Coverage

Repository has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Repository extends Component implements Contracts\Repository {
    use TransactionAccess;
    /**
     * @var array Stores errors which could occur during save process
     */
Severity: Minor
Found in src/DB/Base/Repository.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status