Vincent Langlet

Results 671 comments of Vincent Langlet
trafficstars

Can also be solved this way https://phpstan.org/r/a938a60a-1326-4261-887d-4e02e77daac6 I'll see what can I do for the Verbosity.

Solved in https://github.com/google/recaptcha/pull/575, this can be close

> Happy to see the issue addressed. We still need a release, tho. I don't think so, since there is a 1.3.1 tag https://github.com/google/recaptcha/releases/tag/1.3.1

This can be closed (cc @dontub @shivas)

You still have to fix the lint failure https://github.com/phpstan/phpstan-src/actions/runs/16595835984/job/46942115376?pr=3974

Thanks for the report, I tried https://github.com/phpstan/phpstan-src/pull/4061

If you ignore the error for every remaining array, I assume you won't have an error if you miss an "array" case Like - matching array(int) with only some constant-int...

Do you use the latest version 2.1.15 ? I thught it wass supposed to be fixed https://github.com/phpstan/phpstan/issues/12951#issuecomment-2879359878

"Request->get" IS internal by symfony. And if you dont like internal errors you can ignore them in your config with the identifier

A lot of user are using psalm to analyse other folder than `src`, for example the `test` folder. This means that the require-dev section is needed to be loaded (or...