-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Remove methods mset, mget and madd of yii\caching\Cache
, getHasChanged of yii\caching\Dependency
#19892
Conversation
jiaweipan
commented
Jul 12, 2023
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ✔️ |
…ged of `yii\caching\Dependency`
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## 2.2 #19892 +/- ##
============================================
+ Coverage 66.37% 66.39% +0.02%
- Complexity 11342 11343 +1
============================================
Files 429 429
Lines 35942 35942
============================================
+ Hits 23856 23864 +8
+ Misses 12086 12078 -8
☔ View full report in Codecov by Sentry. |
|
What's the rationale behind this? It's a pretty heavy BC-break. |
See in phpdoc, such as |
@schmunk42 it's for Yii 2.2 |
We are going to place in the next PR in the title that is for |
ok |