src/Service/NavigationFactoryTrait.php
Method preparePages
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function preparePages(
array $pages,
PageFactoryInterface $factory,
RouteResult | null $routeResult = null,
RouterInterface | null $router = null,
Method preparePages
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $pages,
PageFactoryInterface $factory,
RouteResult | null $routeResult = null,
RouterInterface | null $router = null,
ServerRequestInterface | null $request = null,