diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-08-17 10:38:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 10:38:21 +0200 |
commit | ce0604bd0627c62671d46d443639815ade4d4852 (patch) | |
tree | eb7197f752f84d972a379cb07c833b42c8ae4553 /apps | |
parent | 56a3c853ccbc9701e8ef9e08365177b9290279b9 (diff) | |
parent | 64ff8ac6fa525f45988283bc2a7c68fa4f49e426 (diff) | |
download | nextcloud-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.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 |