diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-16 20:28:23 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-16 20:33:09 +0200 |
commit | 64ff8ac6fa525f45988283bc2a7c68fa4f49e426 (patch) | |
tree | ef8a2e1b14e9bbae0d68866a4f356e81ac4218ec /apps/dav | |
parent | 035f55c91390992f723a2037a773884dc0ea06e8 (diff) | |
download | nextcloud-server-64ff8ac6fa525f45988283bc2a7c68fa4f49e426.tar.gz nextcloud-server-64ff8ac6fa525f45988283bc2a7c68fa4f49e426.zip |
Fix phpdoc in Comments
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/Comments/CommentsPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Comments/CommentsPlugin.php b/apps/dav/lib/Comments/CommentsPlugin.php index f3cf4fb2030..9b496ccf6e5 100644 --- a/apps/dav/lib/Comments/CommentsPlugin.php +++ b/apps/dav/lib/Comments/CommentsPlugin.php @@ -149,7 +149,7 @@ class CommentsPlugin extends ServerPlugin { * REPORT operations to look for comments * * @param string $reportName - * @param [] $report + * @param array $report * @param string $uri * @return bool * @throws NotFound |