Thomas Landauer
Thomas Landauer
Well, the difference is as follows (see above, but the description is long - I have to admit): My custom authenticator redirects to some controller. And in this controller, the...
@chalasr My code doesn't care, since there is no "my code": In the custom authenticator I'm redirecting the user to some controller. And there, the user is gone. @xabbuh The...
Sorry, I don't know what more you are expecting from a reproducer. Open http://test.symfony-test-env-issue.localhost/t/123 and you'll see that `$this->getUser()` is `null`. This is a bug IMO.
> I don't want to annoy users with a BC break Doesn't https://github.com/symfony/monolog-bundle/pull/560 introduce some BC breaks anyway? Maybe this could be added as a by-product?
Just dropping in PHPStan's error message, for better findability: > Entity class App\Entity\... is final which can cause problems with proxies. FYI: The setting `enable_native_lazy_objects` has moved from the entity...
Could this also be used to pass the handler's FQCN as `type`, rather than some string?: ```php 'handlers' => [ 'foobar' => [ 'type' => StreamHandler::class ```
Formally, you're certainly right. But see it from another perspective: I just switched from TCPDF to dompdf because I was explicitely looking for better CSS support. If the very first...
See also @xabbuh 's explanation at https://github.com/symfony/symfony/issues/62553#issuecomment-3591559348 I think it should be **declared as optional** for 2 reasons: * Theoretical: If it's not required in all cases, then it's optional....
PR: If somebody tells me where this array shape is generated from, I can try :-) EDIT after comments: Looks like this is beyond what I can do - sorry!
Looks like I cannot link to Mailpit's entry at https://codeception.com/addons directly?