Completed
Pull Request — master (#1276)
by Thomas
04:23
created
lib/service/autocompletion/addresscollector.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@
 block discarded – undo
65 65
 	 * Find and return all known and matching email addresses
66 66
 	 *
67 67
 	 * @param Horde_Mail_Rfc822_Address[] $term
68
-	 * @param string $UserId
69 68
 	 */
70 69
 	public function searchAddress($term) {
71 70
 		$this->logger->debug("searching for collected address <$term>");
Please login to merge, or discard this patch.
lib/controller/autocompletecontroller.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@
 block discarded – undo
65 65
 	 * Find and return all known and matching email addresses
66 66
 	 *
67 67
 	 * @param Horde_Mail_Rfc822_Address[] $term
68
-	 * @param string $UserId
69 68
 	 */
70 69
 	public function searchAddress($term) {
71 70
 		$this->logger->debug("searching for collected address <$term>");
Please login to merge, or discard this patch.
lib/account.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -424,7 +424,7 @@  discard block
 block discarded – undo
424 424
 	}
425 425
 
426 426
 	/**
427
-	 * @return IMailBox
427
+	 * @return Mailbox|null
428 428
 	 */
429 429
 	public function getInbox() {
430 430
 		$folders = $this->getSpecialFolder('inbox', false);
@@ -741,7 +741,7 @@  discard block
 block discarded – undo
741 741
 	}
742 742
 
743 743
 	/**
744
-	 * @return string|Horde_Mail_Rfc822_List
744
+	 * @return string
745 745
 	 */
746 746
 	public function getEmail() {
747 747
 		return $this->account->getEmail();
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
 use OCA\Mail\Model\IMessage;
49 49
 use OCA\Mail\Model\Message;
50 50
 use OCA\Mail\Model\ReplyMessage;
51
-use OCA\Mail\Service\AutoCompletion\AddressCollector;
52 51
 use OCA\Mail\Service\IAccount;
53 52
 use OCA\Mail\Service\IMailBox;
54 53
 use OCP\IConfig;
Please login to merge, or discard this patch.