PHP 8.4 Nullable Types
Date
Status
Up to date
Date Reviewed
PHP 8.4 - released at the end of November 2024 - has deprecated implicit nullable types. For many years (since PHP 5.1), types on function arguments could have a default value of null
provided even if the type itself was not nullable.