Completed
Push — master ( fba6a3...904689 )
by Thomas
05:40
created
lib/controller/messagescontroller.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -408,6 +408,10 @@
 block discarded – undo
408 408
 		return \OC::$server->getURLGenerator()->getAbsoluteURL($htmlBodyUrl);
409 409
 	}
410 410
 
411
+	/**
412
+	 * @param integer $accountId
413
+	 * @param string $folderId
414
+	 */
411 415
 	private function loadMultiple($accountId, $folderId, $ids) {
412 416
 		$messages = array_map(function($id) use ($accountId, $folderId){
413 417
 			try {
Please login to merge, or discard this patch.
lib/service/autoconfig/autoconfig.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -175,9 +175,9 @@
 block discarded – undo
175 175
 	}
176 176
 
177 177
 	/**
178
-	 * @param $email
179
-	 * @param $password
180
-	 * @param $name
178
+	 * @param string $email
179
+	 * @param string $password
180
+	 * @param string $name
181 181
 	 * @return null|MailAccount
182 182
 	 */
183 183
 	private function detectImapAndSmtp($email, $password, $name) {
Please login to merge, or discard this patch.