Closed
Description
I may have missed it, but I didn't find any documentation about the validation.auto_mapping
config in FrameworkBundle (nor in the fwb ref page).
Ex:
framework:
validation:
# Enables validator auto-mapping support.
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
auto_mapping:
App\Entity\: []
(ref symfony/recipes#664)