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

PHP8.4 Fix Implicitly nullable parameter deprecation #36

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

seamuslee001
Copy link
Contributor

This aims to fix the following php8.4 Deprecation notice

Log::log(): Implicitly marking parameter $priority as nullable is deprecated, the explicit nullable type must be used instead at Log.php:240
Deprecated: Log_file::log(): Implicitly marking parameter $priority as nullable is deprecated, the explicit nullable type must be used instead in Log/file.php on line 260

ping @jparise @eileenmcnaughton @demeritcowboy

@eileenmcnaughton
Copy link

@jparise - any chance we could get this merged & tagged?

Copy link
Member

@jparise jparise left a comment

Choose a reason for hiding this comment

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

Thanks!

@jparise jparise merged commit ce01fbc into pear:master Mar 9, 2025
5 checks passed
jparise added a commit that referenced this pull request Mar 9, 2025
@jparise
Copy link
Member

jparise commented Mar 9, 2025

This is now available in the 1.14.5 release.

@seamuslee001
Copy link
Contributor Author

Thanks @jparise

@seamuslee001 seamuslee001 deleted the implicit_nullable branch March 9, 2025 21:21
@eileenmcnaughton
Copy link

Thanks you so much @jparise

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.

3 participants