mimmi20/mezzio-navigation-laminasviewrenderer

View on GitHub
src/View/Helper/Navigation/BreadcrumbsFactory.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method __invoke has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __invoke(ContainerInterface $container): Breadcrumbs
    {
        assert($container instanceof ServiceLocatorInterface);

        $plugin = $container->get(ViewHelperPluginManager::class);
Severity: Minor
Found in src/View/Helper/Navigation/BreadcrumbsFactory.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status