Guuzen
Guuzen
In my case problem was in vich config filename extension. Symfony 5.1 default kernel code loads only yaml, not yml.
symfony 6.0.12 symfony/error-handler 6.0.11 problem still exists
[example application](https://github.com/Guuzen/symfony_errors_reproducer/blob/master/src/Controller/ErrorControllerTest.php) The reason is that HttpKernel do not handle throwables, only exceptions. Seems like it will be fixed in 6.2 https://github.com/symfony/symfony/pull/45997
> And to answer your question, this is done in auto-commit mode: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.7/reference/transactions.html#auto-commit-mode > > The new transaction is not nested, since we are inside `commit()`, as explained in the...
> When not in auto-commit mode, a transaction is automatically started to prevent that, but you have to close is yourself, and Doctrine cannot guess when you want to do...
Have the same issue. Am I blind or there is no "The linked PR"? :confused:
> but keeping support for all the versions seems to be a bit problematic due to bc breaks in the lexer. Is there any reason to keep the support of...
> I've seen the "A&static, but parent type A" style messaging elsewhere and unsure if this is now a legitimate issue or not. Could you please elaborate?
Well, I am not sure either. But to me it feels that you are right, they are equal. I can also add, that it feels strange to use self instead...