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

Conversation

heiglandreas
Copy link
Contributor

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

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
@stof stof merged commit 5d75fbf into Behat:master Aug 18, 2024
9 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.

2 participants