Jenne van der Meer
Jenne van der Meer
### Symfony version(s) affected 5.4 ### Description When disabling validator translations according to https://symfony.com/doc/current/reference/configuration/framework.html#translation-domain by setting it to false. > config/validator.yaml ``` framework: validation: translation_domain: false ``` The profiler still...
Why does default encore come with `enableBuildNotifications` on by default. Maybe it's my hate for notifications but In general I feel like things should not just install/run "random" binaries by...
The 7.0 example for the custom normalizer (https://symfony.com/doc/7.0/serializer/custom_normalizer.html) is a recursive example and could use more details. https://github.com/symfony/symfony-docs/blob/da69d1035004c7bca5eebf125a97e6c4b8f49ddf/serializer/custom_normalizer.rst?plain=1#L29-L40 Using `NormalizerAwareInterface` and `NormalizerAwareTrait` will inject the full instance of the `Serializer`...