Completed
Pull Request — master (#25351)
by Thomas
10:06
created
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
    *
91 91
    * @param RequestInterface $request
92 92
    * @param ResponseInterface $response
93
-   * @return null|bool
93
+   * @return null|false
94 94
    */
95 95
   function httpPost(RequestInterface $request, ResponseInterface $response) {
96 96
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Sabre\DAV\PropFind;
8 8
 use Sabre\DAV\INode;
9
-use OCP\IRequest;
10 9
 use Sabre\CalDAV\IShareableCalendar;
11 10
 use Sabre\DAV\Server;
12 11
 use Sabre\DAV\ServerPlugin;
Please login to merge, or discard this patch.