diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-09-23 18:20:04 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-09-26 11:55:43 +0200 |
commit | dcc23114e9328d822539782644bedcf5cba7e72d (patch) | |
tree | ce2a4923c5e58675c1ac9e8452e5750ac5439e89 /apps/dav/lib/DAV | |
parent | 9c75b00850f940993fc5f6e5bb52bccf58b43023 (diff) | |
download | nextcloud-server-dcc23114e9328d822539782644bedcf5cba7e72d.tar.gz nextcloud-server-dcc23114e9328d822539782644bedcf5cba7e72d.zip |
fix annotations & copyright headers
Diffstat (limited to 'apps/dav/lib/DAV')
-rw-r--r-- | apps/dav/lib/DAV/PublicAuth.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/dav/lib/DAV/PublicAuth.php b/apps/dav/lib/DAV/PublicAuth.php index 33588fc0add..ffc588c4a56 100644 --- a/apps/dav/lib/DAV/PublicAuth.php +++ b/apps/dav/lib/DAV/PublicAuth.php @@ -29,9 +29,6 @@ class PublicAuth implements BackendInterface { /** @var string[] */ private $publicURLs; - /** - * @param string[] $publicURLs - */ public function __construct() { $this->publicURLs = [ 'public-calendars', |