-
-
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
Make $end
parameter nullable in findBetween
Method
#20062
base: master
Are you sure you want to change the base?
Make $end
parameter nullable in findBetween
Method
#20062
Conversation
074d486
to
67bb299
Compare
PR Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20062 +/- ##
==========================================
- Coverage 48.02% 48.02% -0.01%
==========================================
Files 445 445
Lines 43890 43892 +2
==========================================
- Hits 21078 21077 -1
- Misses 22812 22815 +3 ☔ View full report in Codecov by Sentry. |
67bb299
to
8cefb7c
Compare
I'm not sure about this feature overall, but I definitely don't like current signature. Making |
8cefb7c
to
d6b743e
Compare
I apologize; that was my mistake. |
Implemented logic to default the
$end
parameter to the$start
value when$end
is null.