Completed
Pull Request — master (#1559)
by Christoph
10:38
created
lib/service/defaultaccount/defaultaccountmanager.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
 	}
70 70
 
71 71
 	/**
72
-	 * @return array
72
+	 * @return null|Config
73 73
 	 */
74 74
 	private function getConfig() {
75 75
 		$config = $this->config->getSystemValue('app.mail.accounts.default', null);
@@ -145,8 +145,6 @@  discard block
 block discarded – undo
145 145
 	 * @todo update imap/smtp config if it changed
146 146
 	 *
147 147
 	 * @param MailAccount $account
148
-	 * @param IUser $user
149
-	 * @param Config $config
150 148
 	 */
151 149
 	private function updateDefaultAccount(MailAccount $account) {
152 150
 		$password = $this->crypto->encrypt($this->session->get('mail_default_account_password'));
Please login to merge, or discard this patch.