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 clock argument of InMemoryCache constructor explicitly nullable #4

Merged
merged 1 commit into from
Aug 21, 2024
Merged

make clock argument of InMemoryCache constructor explicitly nullable #4

merged 1 commit into from
Aug 21, 2024

Conversation

lubiana
Copy link
Contributor

@lubiana lubiana commented Aug 21, 2024

On php8.4 there is a new deprecation, when providing a null default value to a method argument without making that argument nullable, this tiny pr fixes that and removes the depcrecation warning.

@jeromegamez jeromegamez merged commit 9240214 into beste:main Aug 21, 2024
4 checks passed
@jeromegamez
Copy link
Member

Good catch, thanks a lot! 🙌🏻🌺

@lubiana
Copy link
Contributor Author

lubiana commented Aug 21, 2024

i ran tests on one of my code bases with php8.4 and got the deprecation message, so i fixed it. thanks for your package and the fast merge

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