@@ -69,7 +69,7 @@ discard block |
||
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 |
||
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')); |