symfony-doge/veslo

View on GitHub
src/AnthillBundle/Menu/Vacancy/CategoriesBuilder.php

Summary

Maintainability
A
1 hr
Test Coverage

Method appendTo has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function appendTo(ItemInterface $root, Category $category): ItemInterface
    {
        $categoryName = $category->getName();

        $categoryMenuItemOptions = [
Severity: Minor
Found in src/AnthillBundle/Menu/Vacancy/CategoriesBuilder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status