Completed
Pull Request — master (#25351)
by Thomas
28:57
created
apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace OCA\DAV\CalDAV\Publishing\Xml;
4 4
 
5
-use OCA\DAV\CalDAV\Publishing\PublishPlugin as Plugin;
6 5
 use Sabre\Xml\Writer;
7 6
 use Sabre\Xml\XmlSerializable;
8 7
 
Please login to merge, or discard this patch.
apps/dav/lib/DAV/PublicAuth.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 	private $publicURLs;
31 31
 
32 32
 	/**
33
-	 * @param string[] $publicURLs
34 33
 	 */
35 34
 	public function __construct() {
36 35
 		$this->publicURLs = [
Please login to merge, or discard this patch.
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 	 * @param RequestInterface $request
123 123
 	 * @param ResponseInterface $response
124 124
 	 *
125
-	 * @return null|bool
125
+	 * @return null|false
126 126
 	 */
127 127
 	public function httpPost(RequestInterface $request, ResponseInterface $response)
128 128
 	{
Please login to merge, or discard this patch.
apps/dav/lib/CalDAV/PublicCalendarRoot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OCA\DAV\Tests\Unit\Sabre\Connector;
23 23
 
24 24
 use OCA\DAV\Connector\Sabre\FilesReportPlugin as FilesReportPluginImplementation;
25
-use Sabre\DAV\Exception\NotFound;
26 25
 use OCP\SystemTag\ISystemTagObjectMapper;
27 26
 use OC\Files\View;
28 27
 use OCP\Files\Folder;
Please login to merge, or discard this patch.