-
-
Notifications
You must be signed in to change notification settings - Fork 3
Adapt to changes in Yii Data #123
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
Conversation
vjik
commented
Dec 10, 2025
| Q | A |
|---|---|
| Is bugfix? | ❌ |
| New feature? | ❌ |
| Breaks BC? | ✔️ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #123 +/- ##
============================================
- Coverage 98.59% 97.72% -0.87%
+ Complexity 97 92 -5
============================================
Files 22 22
Lines 284 264 -20
============================================
- Hits 280 258 -22
- Misses 4 6 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/QueryDataReader.php
Outdated
| private FilterInterface $having = new All(), | ||
| private ?int $batchSize = null, | ||
| ?array $filterHandlers = null, | ||
| array $addFilterHandlers = [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| array $addFilterHandlers = [], | |
| array $additionalFilterHandlers = [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe call it $extraFilterHandlers ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Good name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot rename addFilterHandlers to extraFilterHandlers
* Initial plan * Rename addFilterHandlers to extraFilterHandlers Co-authored-by: vjik <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: vjik <[email protected]>