-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
BugDXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)DependencyInjectionStatus: Needs Review
Milestone
Description
Symfony version(s) affected: 4.3.1
When I type-hint a not-existing type on a controller, I get an error message that contains an id I know nothing about:
Cannot autowire service "debug.argument_resolver.not_tagged_controller.inner": argument "$twig" of method "__construct()" has type "App\Environment" but this class was not found.
This should be this instead:
Cannot autowire service "App\Controller\HelloController": argument "$twig" of method "__construct()" has type "App\Environment" but this class was not found.
Simperfit, syrm, javiereguiluz, alexander-schranz, linaori and 2 more
Metadata
Metadata
Assignees
Labels
BugDXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)DependencyInjectionStatus: Needs Review