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

Handle silenced errors properly on PHP 8 #149

Merged
merged 4 commits into from
May 10, 2021
Merged

Conversation

shalvah
Copy link
Contributor

@shalvah shalvah commented May 10, 2021

Status

READY

Description

PHP 8 made some changes to the behaviour of the error-silencing operator (@) and classification of errors. This PR handles them properly + adds tests.

Closes #146

Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shalvah shalvah merged commit 63f2bd0 into master May 10, 2021
@shalvah shalvah deleted the php8-silenced-errors branch June 16, 2021 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore silenced errors
2 participants