Remg/GeneratorBundle

View on GitHub
Command/Helper/EntityHelper.php

Summary

Maintainability
A
1 hr
Test Coverage

Method listAssociations has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function listAssociations(EntityInterface $entity)
    {
        if ($entity->getAssociations()->isEmpty()) {
            return;
        }
Severity: Minor
Found in Command/Helper/EntityHelper.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status