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

Add explicit nullable type to parameters. #56

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

friemt
Copy link

@friemt friemt commented Dec 24, 2024

php8.4 deprecated implicit nullable parameters. This PR updates function signatures to include ?-type where necessary.

This change should not affect anything since the implementations already accounted for the parameters to be null, only the correct type-hint was missing, which is a feature introduced in php7.1.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 12484812220

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.755%

Totals Coverage Status
Change from base Build 6133616751: 0.0%
Covered Lines: 813
Relevant Lines: 815

💛 - Coveralls

@markrogoyski markrogoyski changed the base branch from main to develop January 14, 2025 06: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