When testing PHP 8.4 in my local environment and runningcomposer updateto get the newer packages I noticed a couple of deprecation warnings. Deprecated: array_first(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/...
Deprecated: Implicitly marking parameter $paramA as nullable is deprecated, the explicit nullable type must be used instead in ... on line 3 Demo: https://3v4l.org/26TbS/rfc#vgit.master https://3v4l.org/26TbS#veol Context I was doing some experimenting with the new deprecation as introd...
Fix implicitly nullable parameters Do the changed files passphpcschecks? Please removephpcs:ignorecomments in changed files and fix any issues, or delete if not practical. Changelog entry