@@ -21,7 +21,6 @@ |
||
| 21 | 21 | namespace OCA\DAV\CalDAV; |
| 22 | 22 | |
| 23 | 23 | use Sabre\DAV\Collection; |
| 24 | -use Sabre\DAV\Exception\NotFound; |
|
| 25 | 24 | |
| 26 | 25 | class PublicCalendarRoot extends Collection { |
| 27 | 26 | |
@@ -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 | $path = $request->getPath(); |
@@ -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 = [ |