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

Fix Error when handling invalid reponses from rollbar in php7.4. #483

Closed
wants to merge 1 commit into from

Conversation

lxlang
Copy link

@lxlang lxlang commented Apr 22, 2020

Mitigating Array-style access of non-arrays in php 7.4

Prevents ErrorException: Trying to access array offset on value of type null.

Mitigating Array-style access of non-arrays in php 7.4

Prevents ErrorException: Trying to access array offset on value of type null.
@lxlang
Copy link
Author

lxlang commented Apr 23, 2020

Fixes #484

@lxlang lxlang closed this Apr 28, 2020
@lxlang lxlang reopened this Apr 28, 2020
@lxlang lxlang closed this Apr 29, 2020
@ryan-deng-plastiq
Copy link

why is this closed, i think it could fix the error?

@lxlang
Copy link
Author

lxlang commented May 15, 2020

@ryan-deng-plastiq Was done in #485

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.

None yet

2 participants