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-01-22 12:47:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-01-22 12:47:09 +0300
commit28c763c4c0b5a4e20ef15d4c31053286accb4d69 (patch)
tree2aec28dc940a8e73b57e5758ed3968e8ffaa85f8 /lib/Controller/MessagesController.php
parent3d554d7aebea9d71119b0419e6a51d917ad42f76 (diff)
Fix phpdoc
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Controller/MessagesController.php')
-rwxr-xr-xlib/Controller/MessagesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Controller/MessagesController.php b/lib/Controller/MessagesController.php
index 51eea5f26..6f24dec65 100755
--- a/lib/Controller/MessagesController.php
+++ b/lib/Controller/MessagesController.php
@@ -409,7 +409,7 @@ class MessagesController extends Controller {
}
/**
- * @param $attachment
+ * @param array $attachment
*
* Determines if the content of this attachment is an image
*
@@ -425,7 +425,7 @@ class MessagesController extends Controller {
}
/**
- * @param type $attachment
+ * @param array $attachment
* @return boolean
*/
private function attachmentIsCalendarEvent($attachment) {