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
Use explicit nullable type on parameter arguments (for PHP 8.4) (#259)
Implicitly marking parameter $... as nullable is deprecated in PHP
8.4. The explicit nullable type must be used instead.
Co-authored-by: hslater <hamish.slater@hallowelt.com>
0 commit comments