Closed as not planned
Closed as not planned
Copy link
Description
Symfony version(s) affected
^7.2
Description
Previous fix related to missing validator.translation_domain
#58834 doesn't solve the problem completely, as there are other services that rely on it like argument_resolver.request_payload
, problem still exists when the symfony/validator
is installed but disabled in framework.validator
config.
This condition sets the missing param if symfony/validator
exists, and this setParameter is executed only when framework.validator
is enabled, so still missing under some circumstances.
Why the symfony/validator
is installed but not enabled, is a different question, but why not 🤷 (can be used standalone).
How to reproduce
Install symfony/framework-bundle
and symfony/validator
, then disable it by framework.validator.enabled: false
Possible Solution
No response
Additional Context
No response