bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.61k stars 94 forks source link

Support unsealed array shape syntax #2810

Closed bmewburn closed 3 months ago

bmewburn commented 7 months ago
/** @return array{a: mixed, ...<array-key, mixed>} */
function test(): array {
    return ['a' => 1, 'b' => 'b'];
}

https://psalm.dev/articles/psalm-5 https://github.com/phpstan/phpstan/issues/8438 https://github.com/vimeo/psalm/issues/8804