-
Notifications
You must be signed in to change notification settings - Fork 346
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
Handle 404 in CardDAV multi get - refs #829 #1503
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1503 +/- ##
============================================
- Coverage 97.32% 97.32% -0.01%
- Complexity 2833 2841 +8
============================================
Files 175 175
Lines 9425 9443 +18
============================================
+ Hits 9173 9190 +17
- Misses 252 253 +1
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
915a39a
to
e61f0a0
Compare
e61f0a0
to
3c39275
Compare
rebased - @clxmstaab @phil-davis mind a review? THX |
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.
lgtm
@@ -124,7 +124,7 @@ public function xmlSerialize(Writer $writer): void | |||
$writer->writeElement('{DAV:}href', $writer->contextUri.\Sabre\HTTP\encodePath($this->getHref())); | |||
|
|||
$empty = true; | |||
$httpStatus = $this->getHTTPStatus(); |
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.
looks like we should raise the phpstan level to catch such things :)
(separate PR)
rebased #904