Closed
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