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
[BUGFIX] Ensure PHP 8.4 compatibility for nullable parameters
Ensure that parameters that have a `null` default value also
have `null` as part of their type annotations.
Also remove native type declarations for nullable parameters
(as nullable parameters are not possible with some of the PHP
versions we currently support).
https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecatedFixes#634
0 commit comments