Robin Delattre
Robin Delattre
> I would love the ability to statically analyze twig templates with phpstan/psalm. Twig templates are one of the remaining vulnerable parts of codebases to breaking changes and not knowing...
Cool ! Can you merge your last PR proposal into main and create a packagist package ?
> That one answer option is already prefilled? Exactly !
Maybe related with this code : ```
> About BC Break, i am not sure, because it's required to update from unserialized to json encoded. I run a migration on a current project using sonataUserBundle, should I...
I think your suggestions permit to ship it now and maintain compatibility with dbal 3 for a moment... but it's adding some complexity to maintain. I would have a preference...
I made an other PR on 6.X #1680
I follow your suggestions. So if an user want to use doctrine/orm ^3 : * the user must extend is entity with `BaseUser3` instead of `BaseUser` * the user must...
Thank you for your feedback! I am programmatically editing the system message, stripping {context} if it's not required. This way, I can avoid any unnecessary vectorization (and cie) in those...