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 - Implicit nullability deprecation #442

Open
Ayesh opened this issue Mar 18, 2024 · 0 comments
Open

PHP 8.4 - Implicit nullability deprecation #442

Ayesh opened this issue Mar 18, 2024 · 0 comments

Comments

@Ayesh
Copy link

Ayesh commented Mar 18, 2024

PHP 8.4 recently merged changes to emit a deprecation notice on function declared with an implicit nullable type.

All upstream functions in php-src already have the nullable types (?string $var = null and not string $var = null), so we will need to update our generator to account for this.

I submitted PR #441 to preview the expected changes.

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

No branches or pull requests

1 participant