@@ -2,7 +2,6 @@ |
||
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 |
@@ -30,7 +30,6 @@ |
||
30 | 30 | private $publicURLs; |
31 | 31 | |
32 | 32 | /** |
33 | - * @param string[] $publicURLs |
|
34 | 33 | */ |
35 | 34 | public function __construct() { |
36 | 35 | $this->publicURLs = [ |
@@ -122,7 +122,7 @@ |
||
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 | { |
@@ -22,7 +22,6 @@ |
||
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; |