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

PHP 8.4 nullable type deprecation #11978

Closed

Conversation

sam-bee
Copy link
Contributor

@sam-bee sam-bee commented May 13, 2024

To avoid deprecation notices in PHP 8.4, use explicitly nullable types.

Similarly to the pull request in the composer/pcre project, we get a deprecation notice for using null as a default value for non-nullable types in PHP 8.4.

@Seldaek
Copy link
Member

Seldaek commented May 21, 2024

Those are in fixtures I don't think this is a real problem.

@Seldaek Seldaek closed this May 21, 2024
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