We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#9982 introduced 2 new issues, (See: https://github.com/vimeo/psalm/actions/runs/5442000588/jobs/9896648519?pr=9988#step:5:165) which are caused by https://github.com/vimeo/psalm/pull/9982/files#diff-20b00de237986e634ae4c11c7c5daada342880a20c8ab7bde29e91cc92b30a04R192 where the array<string, ...> gets unshifted, therefore having type array<0|string, ...>.
array<string, ...>
array<0|string, ...>
Hard to see in the logs...
The text was updated successfully, but these errors were encountered:
Hey @ygottschalk, can you reproduce the issue on https://psalm.dev ?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
#9982 introduced 2 new issues, (See: https://github.com/vimeo/psalm/actions/runs/5442000588/jobs/9896648519?pr=9988#step:5:165)
which are caused by https://github.com/vimeo/psalm/pull/9982/files#diff-20b00de237986e634ae4c11c7c5daada342880a20c8ab7bde29e91cc92b30a04R192 where the
array<string, ...>
gets unshifted, therefore having typearray<0|string, ...>
.Hard to see in the logs...
The text was updated successfully, but these errors were encountered: