php-kitchen/yii2-domain

View on GitHub
src/DB/EntitiesRepository.php

Summary

Maintainability
A
3 hrs
Test Coverage

EntitiesRepository has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

class EntitiesRepository extends Base\Repository {
    /**
     * @var string data mapper class name. Required to map data from record to entity. Change it in {@link init()} method
     * if you need custom mapper. But be aware - data mapper is internal class and it is strongly advised to not
     * touch this property.
Severity: Minor
Found in src/DB/EntitiesRepository.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status