src/View/Helper/Navigation/BreadcrumbsFactory.php
Method __invoke
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __invoke(ContainerInterface $container): Breadcrumbs
{
assert($container instanceof ServiceLocatorInterface);
$plugin = $container->get(ViewHelperPluginManager::class);