Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Cache] Add Union Types#41587
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Cache] Add Union Types#41587
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cf03cc2 toc8eaa9eCompare53c2842 to8d70d80Compare8d70d80 tod60d227Comparenicolas-grekas commentedJun 8, 2021
derrabus commentedJun 8, 2021
We can finish this PR first and I'll happily rebase mine afterwards. |
nicolas-grekas commentedJun 8, 2021
Can we? Because we support psr/cache v1, we cannot update argument types... |
derrabus commentedJun 8, 2021
#41290 was about adding return types. For now, I'd skip the argument types coming from PSR Cache because that is a bit more complicated. For instance, the integration test suite we're using does not handle them well yet. So, let's make this PR about adding parameter types to all methods except the psr/cache implementations and iterate further afterwards. |
Extracted from#41424