-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Description
Symfony version(s) affected
6.2.2
Description
This line of code in AutowirePass
makes so that in case a service cannot be determine in autowiring, a fatal error is thrown for missing class.
True it's a fatal anyway, but if symfony/config is installed, the error description is much more accurate.
See https://www.drupal.org/project/drupal/issues/3331324.
How to reproduce
See https://www.drupal.org/project/drupal/issues/3331324
Possible Solution
Make symfony/config a dependency in composer.json?
Additional Context
No response
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