Nicolas Giraud
Nicolas Giraud
Yup, thank you :smiley: I was looking for something like this so I found it in the docs, exact same location as you linked for me. But as I was...
Well, thank you very much for your time spent on this, it looks like really hard to finally come to this understanding of the behavior here! So thanks again for...
I'm not promising anything, but I'll try to have a look on this one.
After having a look at it, it is actually really hard if we continue using this logic for parsing. Each comments (even MYSQL conditionnal comments) are always excluded for every...
If this is something we expect, then a PR I can provide is just that every parsers should not ignore comments if they are MySQL commands. And that way, it's...
I'm thinking about managing `readonly` in promoted constructors: https://psalm.dev/r/ec599a194c I'm using [this blog](https://stitcher.io/blog/new-in-php-81) to have a list of new features and deprecated stuff in PHP 8.1. You could probably extract...
With Enum: * Already used case: https://psalm.dev/r/ceaa9c9892 * Already used value for several cases: https://psalm.dev/r/108275cc1c * Only `string` and `int` are allowed types as enum values: https://psalm.dev/r/89eb27ab21 * Implement callmap...
> > Enum are objects > > Can you elaborate? It seems Psalm already knows that: https://psalm.dev/r/a57335dce7?php=8.1 Sorry, I didn't know I could test against PHP 8.1 using the GET...
I only looked at the source code proposal since I’m not working today, and it looks promising! I don’t know how can I test this locally to be honest. I...
This will be fixed in the new release, but results of metrics based on phpunit will be false (set to 0). @Halleck45 I need some PR to be validated first...