Skip to content
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

Stub constants for ZipArchive from ext-zip #10332

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

braindawg
Copy link

This stubs out the class constants for ZipArchive, which I believe are the only constants introduced by the zip extension. This should allow Psalm to run over code utilizing any of these constants even if the analyzing system doesn't have ext-zip installed/enabled (e.g. a GitHub Actions container).

This stubs out the class constants for ZipArchive, which I believe are
the only constants introduced by the `zip` extension. This should allow
Psalm to run over code utilizing any of these constants even if the
analyzing system doesn't have ext-zip installed/enabled (e.g. a GitHub
Actions container).
@orklah orklah added the release:feature The PR will be included in 'Features' section of the release notes label Nov 4, 2023
@orklah
Copy link
Collaborator

orklah commented Nov 4, 2023

Thanks!

@orklah orklah merged commit b775d29 into vimeo:master Nov 4, 2023
39 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature The PR will be included in 'Features' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants