consolidation / annotated-command

Create Symfony Console commands from annotated command class methods.
Other
221 stars 37 forks source link

PHP 8.4 compatibility: implicitly nullable parameter declarations deprecated #311

Closed andypost closed 3 months ago

andypost commented 3 months ago

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 {} \;

andypost commented 2 months ago

@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