orklah

Results 254 comments of orklah

The first issue is something that is not supported yet (Psalm only asserts properties on named objects right now), the second issue is a bug (although once the bug is...

Yeah, something like this can work: https://psalm.dev/r/9d379f2147

I'd leave this open. Our nullsafe operator and null coalesce operator handling are clearly broken (this is far from the only issue here, we have a dedicated tag for that:...

@azjezz I believe this has been fixed, probably by a recent PR by @klimick . Can you confirm your use case is covered?

Couldn't reproduce either on psalm.dev: https://psalm.dev/r/8402a9a656 Could you maybe try to analyze with Psalm 5?

Psalm is not yet tested with PHP 8.5. We can't guarantee it's working properly so there's no reason to allow installation for it yet. You're using the --ignore-platform-reqs in a...

Could you check if you have weird characters in your file? Maybe accents or wrongly encoded unicode chars?