Fabien Potencier

Results 517 comments of Fabien Potencier

That's currently not possible. I'm working on implementing it though :)

@staabm Implemented now. Waiting for reviews, merge, and release. Should happen in the next couple of weeks I would say.

I would love to see the proposed interface in action for some template engines mentioned in the description. Having some examples of non-trivial use cases might help understanding if the...

Some quick thoughts: * For Twig, I thought more than once about switching to an object for parameters instead of an array. * Having to catch an exception for non-existing...

As you said, it does not matter. So, not something we need to fix.

See https://github.com/symfony/symfony/pull/45793 (which will be part of Symfony 6.1).

This should be done for 6.2 then.

@d-ph Thank you for the very detailed issue. The next step would be to see the code changes for the first improvement you suggest here. Would you like to work...

I agree with @stof. Anyone wanted to have a look?