safe icon indicating copy to clipboard operation
safe copied to clipboard

PHP 8.4 - Implicit nullability deprecation

Open Ayesh opened this issue 1 year ago • 0 comments

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.

Ayesh avatar Mar 18 '24 13:03 Ayesh