src/Core/Router/RouteInterface.php
Method __invoke
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __invoke(RequestInterface &$request, ResponseInterface &$response, GenericCollection &$arguments, $controllerArgs = [], Application $app = null);