Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-01 19:28:11 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-01 19:28:11 +0300
commitfc483165202fefbac53d7e63746a2d75d6b718d8 (patch)
treead281da44b6eee4fc192641115151ee975a424d1 /lib/Controller/MessagesController.php
parentd40d87e1754c6d00da0321998411ec24dde4f58d (diff)
Fix doc comment
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Controller/MessagesController.php')
-rwxr-xr-xlib/Controller/MessagesController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/MessagesController.php b/lib/Controller/MessagesController.php
index 1d91e332e..ff10944d7 100755
--- a/lib/Controller/MessagesController.php
+++ b/lib/Controller/MessagesController.php
@@ -111,7 +111,6 @@ class MessagesController extends Controller {
* @param string $folderId
* @param int $cursor
* @param string $filter
- * @param array $ids
* @return JSONResponse
*/
public function index($accountId, $folderId, $cursor = null, $filter=null) {