Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.4 compatibility: implicitly nullable parameter declarations deprecated #80

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

andypost
Copy link
Contributor

Ref drush-ops/drush#6069

Overview

This pull request:

Q A
Bug fix? yes
New feature? no
Has tests? no
BC breaks? no
Deprecations? yes

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

@greg-1-anderson greg-1-anderson merged commit 71cd4b3 into consolidation:main Jul 23, 2024
5 checks passed
@andypost andypost deleted the php-84 branch July 23, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants