Completed
Pull Request — master (#1192)
by Christoph
06:02
created
lib/controller/messagescontroller.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -409,6 +409,10 @@  discard block
 block discarded – undo
409 409
 		return \OC::$server->getURLGenerator()->getAbsoluteURL($htmlBodyUrl);
410 410
 	}
411 411
 
412
+	/**
413
+	 * @param integer $accountId
414
+	 * @param string $folderId
415
+	 */
412 416
 	private function loadMultiple($accountId, $folderId, $ids) {
413 417
 		$messages = array_map(function($id) use ($accountId, $folderId){
414 418
 			try {
@@ -427,7 +431,7 @@  discard block
 block discarded – undo
427 431
 	 * @param $id
428 432
 	 * @param $m
429 433
 	 * @param IAccount $account
430
-	 * @param $mailBox
434
+	 * @param IMailBox $mailBox
431 435
 	 * @return mixed
432 436
 	 */
433 437
 	private function enhanceMessage($accountId, $folderId, $id, $m, IAccount $account, $mailBox) {
Please login to merge, or discard this patch.
lib/service/unifiedaccount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
 	}
206 206
 
207 207
 	/**
208
-	 * @param $messageId
208
+	 * @param string $messageId
209 209
 	 * @return array
210 210
 	 */
211 211
 	public function resolve($messageId) {
Please login to merge, or discard this patch.