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

chore: Prepare towards PHP8.4 compatibility #572

Merged
merged 3 commits into from
Aug 7, 2024
Merged

Conversation

sbuerk
Copy link

@sbuerk sbuerk commented Jul 26, 2024

This pull-request contains three commits:

chore: fix latest php-cs-fixer findings

This ensures clean cgl state using the current php-cs-fixer version and ruleset.

chore: Mitigate PHP8.4 deprecation warnings (#570)

This change replaces implicitly nullable method arguments by making them explicitly nullable to mitigate PHP8.4 deprecation warnings.

chore: Enable php-cs-fixer rules to avoid implicitly nullable method arguments

This change enables two rules in the php-cs-fixer ruleset to guard against future implicitly method arguments and ensures to use the ? nullable operator for nullable methods and properties.

Resolves: #570

@bshaffer bshaffer merged commit 76808fa into firebase:main Aug 7, 2024
7 checks passed
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.

Deprecation warnings on PHP 8.4
3 participants