@@ -90,7 +90,7 @@ |
||
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 |
@@ -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 = [ |