Wouter de Jong
Wouter de Jong
Correct me if I'm wrong, but this package contains only stubs, right? Given Doctrine already added lots of psalm annotations in their packages, I think it's worth migrating the remaining...
API doc is implementation documentation. You are looking for usage documentation, you won't get that with the API doc. Mink and MinkExtension as good docs on how to install/confiure Mink...
Travis allows to push to github, so you can generate them when doing builds on the master branch
Would you be able to submit a PR changing the return type? Given it doesn't break anything, I'm fine with changing it.
> Huh, so it is, I wonder what the relationship is between AbstractFormLoginAuthenticator and AbstractLoginFormAuthenticator? Looks like one is in security-guard and the other is in security-http, but they seem...
We've introduced a type patcher utility in Symfony 5.4. This utility either added type declarations, or added PHPdoc return types (to give the community more time to upgrade). See https://github.com/symfony/symfony/blob/6.2/.github/expected-missing-return-types.diff#L1-L7...
@iquito do you have time to open a PR with this change (and a test case proofing the bug)? What you're describing makes sense to me, and we've found this...
@gnat42 that commit is part of this PR, which gives a bit more context: https://github.com/symfony/symfony/pull/47358 (it also added tests, so in theory if those keep green we don't break the...
> I am too dumb or tired to figure out what's going on in the CompletionInput class or its tests, so I'd appreciate input there :) The `CompletionInput` is a...
Just my 2 cents: Back in 5.x days of Laravel, supporting Eloquent outside the Laravel framework was indeed very difficult and required quite a lot of hacking. Since the introduction...