Skip to content

create your own framework: framework ArgumentResolver #9369

Closed
@flip111

Description

@flip111

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: Needs ReviewbughasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions