Closed
Description
on page https://symfony.com/doc/current/create_framework/event_dispatcher.html the Framework
contructor
public function __construct(EventDispatcher $dispatcher, UrlMatcherInterface $matcher, ControllerResolverInterface $controllerResolver, ArgumentResolverInterface $argumentResolver)
On the next page https://symfony.com/doc/current/create_framework/http_kernel_httpkernelinterface.html
$framework = new Simplex\Framework($dispatcher, $matcher, $resolver);
The fourth argument argumentResolver is missing and no new code is given to update the Framework
class accordingly