Nicolas Grekas
Nicolas Grekas
See https://github.com/symfony/symfony/pull/24418
Good idea. Up for a PR @jmsche?
you should put that in a Flex recipe!
@lisachenko see eg https://github.com/symfony/recipes-contrib/pull/296/files and https://github.com/symfony/recipes/blob/master/README.rst
I'd like to have a reproducer. Doable ?
I figured out the issue (@jderusse's fix was correct). Will be fixed by https://github.com/symfony/symfony/pull/47990
> What is the plan for 7.0? Just to change the default behaviour without warning? The plan on my side should be to keep things as is, aka no change...
Here is another thought I had when looking at your use case @Nyholm: should it be possible to handle exceptions without cooperation from configuration? If that'd be desirable, there could...
Two more options: 3. a setter/wither, 4. a decorator.
Thanks for having a look. You're right about 1. and 2. I know that we already tried doing this change and that this broke some apps that did expect to...