-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[stable10] Throw exception in stream_read() if attempting to read the same node multiple times #34558
Conversation
…multiple times Removed extra log information, doesn't work as expected Fix comments Add missing declaration for use Sabre\DAV\Exception\BadRequest;
Codecov Report
@@ Coverage Diff @@
## stable10 #34558 +/- ##
==============================================
- Coverage 63.93% 63.92% -0.01%
- Complexity 19146 19153 +7
==============================================
Files 1269 1269
Lines 75553 75566 +13
Branches 1293 1293
==============================================
+ Hits 48302 48309 +7
- Misses 26870 26876 +6
Partials 381 381
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## stable10 #34558 +/- ##
==============================================
- Coverage 63.93% 63.92% -0.01%
- Complexity 19146 19153 +7
==============================================
Files 1269 1269
Lines 75553 75566 +13
Branches 1293 1293
==============================================
+ Hits 48302 48309 +7
- Misses 26870 26876 +6
Partials 381 381
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34558 +/- ##
==============================================
- Coverage 63.93% 63.92% -0.01%
- Complexity 19146 19153 +7
==============================================
Files 1269 1269
Lines 75553 75566 +13
Branches 1293 1293
==============================================
+ Hits 48302 48309 +7
- Misses 26870 26876 +6
Partials 381 381
Continue to review full report at Codecov.
|
Backport of #34489 to stable10