Skip to content

Upgraded psalm, removed redundant assertion #209

New issue

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

Merged
merged 1 commit into from
Mar 1, 2020

Conversation

Ocramius
Copy link
Member

@Ocramius Ocramius commented Mar 1, 2020

This redundant assertion led to psalm failures.

array_intersect_key() type inference has improved massively
in upstream, so the type is now correctly infered, without
any need for manual checking.

Fixes #206

This redundant assertion led to psalm failures.

`array_intersect_key()` type inference has improved massively
in upstream, so the type is now correctly infered, without
any need for manual checking.
@Ocramius Ocramius added enhancement dependencies Pull requests that update a dependency file labels Mar 1, 2020
@Ocramius Ocramius added this to the 5.0.0 milestone Mar 1, 2020
@Ocramius Ocramius self-assigned this Mar 1, 2020
@Ocramius Ocramius merged commit 4020e8e into master Mar 1, 2020
@Ocramius Ocramius deleted the fix/correct-redundant-type-check-in-assertion branch March 1, 2020 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant