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 PHP 8.4 deprecation warnings #815

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Fix PHP 8.4 deprecation warnings #815

merged 2 commits into from
Dec 3, 2024

Conversation

W0rma
Copy link
Contributor

@W0rma W0rma commented Dec 3, 2024

I started using this package with PHP 8.4 and it seems to work fine for my use cases.

However, I noticed the following deprecation warnings which should be fixed by this PR:

W0rma added 2 commits December 3, 2024 14:52
Implicit nullable parameter types are deprecated in PHP 8.4.
This could be fixed by using "?", but this requires at least PHP 7.1 whereas this package still supports PHP 5.6.
As of PHP 8.4.0, depending on the default value of escape is deprecated.
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