vimeo / psalm

A static analysis tool for finding errors in PHP applications
https://psalm.dev
MIT License
5.55k stars 659 forks source link

non-empty-array doesn't work with brace syntax #9413

Open kkmuffme opened 1 year ago

kkmuffme commented 1 year ago

https://psalm.dev/r/35f6353141

"non-empty-" infers the additional information that at least 1 of the optional types exist. Looks like this syntax is not supported yet though.

psalm-github-bot[bot] commented 1 year ago

I found these snippets:

https://psalm.dev/r/35f6353141 ```php