Problem/Motivation
Part of #3427999: [PHP 8.4] Fix implicitly nullable type declarations
Start with https://git.drupalcode.org/project/drupal/-/merge_requests/7783/diffs?co...
Steps to reproduce
$ docker run --rm -v $(pwd):/var/www/html drupalci/php-8.4-ubuntu-apache:dev php -d error_reporting="E_ALL" -l core/includes/*/*/*/*/*/*|grep deprecated
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3444028
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3444028-8.4-fix-null-includes
changes, plain diff MR !7818
Comments
Comment #3
andypostComment #4
smustgrave commentedAppears straight forward and docs reflect the change too.
Comment #5
catchCommitted/pushed to 11.x and cherry-picked to 10.3.x, thanks!