Completed
Pull Request — master (#1559)
by Christoph
09:17
created
lib/service/defaultaccount/defaultaccountmanager.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -145,8 +145,6 @@
 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.