Closed andypost closed 3 months ago
Ref https://github.com/drush-ops/drush/issues/6069
This pull request:
Fixed all nullable type declarations found
Testing with official docker image docker run --rm -v $(pwd):/mnt -w /mnt php:8.4.0alpha2-cli-alpine find src -type f -name '*.php' -exec php -l {} \;
docker run --rm -v $(pwd):/mnt -w /mnt php:8.4.0alpha2-cli-alpine find src -type f -name '*.php' -exec php -l {} \;
@greg-1-anderson please create new release as this is only deprecation appeared in core testing https://git.drupalcode.org/issue/drupal-3427903/-/jobs/2500443
Ref https://github.com/drush-ops/drush/issues/6069
Disposition
This pull request:
Summary
Fixed all nullable type declarations found
Description
Testing with official docker image
docker run --rm -v $(pwd):/mnt -w /mnt php:8.4.0alpha2-cli-alpine find src -type f -name '*.php' -exec php -l {} \;