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

Make nullable type explicit #258

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Make nullable type explicit #258

merged 1 commit into from
Aug 18, 2024

Commits on Aug 18, 2024

  1. Make nullable type explicit

    This makes the nullable CacheInterface explicitly nullable. Previously
    the default value of `null` made the parameter implicitly nullable. That
    behaviour has been deprecated in PHP8.4 which caused a deprecation
    message for this package.
    
    Making this explicit now removes the deprecation message
    heiglandreas committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0191d7d View commit details
    Browse the repository at this point in the history