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

Ignoring errors suppressed by @ #1500

Merged
merged 3 commits into from
Nov 19, 2018
Merged

Conversation

samsonasik
Copy link
Member

@samsonasik samsonasik commented Nov 18, 2018

For example, in application, we have the following code:

@unlink('inexistent-file');

The error should be ignored if the file not exists as the unlink() suppressed with @

Checklist:

  • Securely signed commits
  • Unit testing, with >80% coverage

@samsonasik
Copy link
Member Author

samsonasik commented Nov 18, 2018

test added.

@lonnieezell lonnieezell merged commit 69353cb into codeigniter4:develop Nov 19, 2018
@samsonasik samsonasik deleted the 500 branch November 19, 2018 04:16
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.

2 participants