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 #1165

Merged
merged 1 commit into from
Jul 23, 2024
Merged

PHP 8.4 compatibility #1165

merged 1 commit into from
Jul 23, 2024

Conversation

andypost
Copy link
Contributor

ref drush-ops/drush#6069

Overview

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Has tests that cover changes
  • Adds or fixes documentation
  • Deprecation

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 bb85c2d into consolidation:5.x Jul 23, 2024
5 checks passed
@andypost andypost deleted the php84 branch July 23, 2024 16:54
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