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