harentius/blog-bundle

View on GitHub
src/Entity/CategoryRepository.php

Summary

Maintainability
A
1 hr
Test Coverage

Method notEmptyChildrenHierarchy has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function notEmptyChildrenHierarchy(array $options = [])
    {
        /** @var Query $q1 */
        $q1 = $this->createQueryBuilder('cc')
            ->where('cc.left >= c.left')
Severity: Minor
Found in src/Entity/CategoryRepository.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status