summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-08-17 10:38:21 +0200
committerGitHub <noreply@github.com>2016-08-17 10:38:21 +0200
commitce0604bd0627c62671d46d443639815ade4d4852 (patch)
treeeb7197f752f84d972a379cb07c833b42c8ae4553 /apps
parent56a3c853ccbc9701e8ef9e08365177b9290279b9 (diff)
parent64ff8ac6fa525f45988283bc2a7c68fa4f49e426 (diff)
downloadnextcloud-server-ce0604bd0627c62671d46d443639815ade4d4852.tar.gz
nextcloud-server-ce0604bd0627c62671d46d443639815ade4d4852.zip
Merge pull request #892 from nextcloud/fix_phpdoc
Some scrutinizer phpdoc fixes
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/Comments/CommentsPlugin.php2
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