You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #54906 PHP 8.4 nullability deprecation (sam-bee)
This PR was merged into the 7.1 branch.
Discussion
----------
PHP 8.4 nullability deprecation
### PHP 8.4 deprecation of implicit nullability.
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Because PHP 8.4 is adding deprecation warnings for non-nullable parameters with null default, change typehints.
This relates to the [implicit nullability RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types) in PHP 8.4.
Commits
-------
8c3511b Because PHP 8.4 is adding deprecation warnings for non-nullable parameters with null default, change typehints
0 commit comments