-
Notifications
You must be signed in to change notification settings - Fork 18
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
Resolve compatibility issue with PHP 8.1 #158
Conversation
…CHARS to resolve [email protected] deprecation error.
This comment was marked as resolved.
This comment was marked as resolved.
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
1 similar comment
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
3b9664a
to
8e99359
Compare
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
2 similar comments
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
8516a47
to
c7f1532
Compare
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
1 similar comment
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
baaba2a
to
4fe8b70
Compare
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
1 similar comment
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
3d46ba6
to
4fe8b70
Compare
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/158/merge/ |
Hello @abhishekfdd, I fixed the PHPCS warnings, but the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
FILTER_SANITIZE_STRING
is deprecated in [email protected], so it is replaced withFILTER_SANITIZE_FULL_SPECIAL_CHARS
which works same according to PHP docs.Related issue