1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-16 18:21:49 +03:00

tighten psalm checks

This commit is contained in:
David Goodwin
2019-09-17 20:50:42 +01:00
parent a603d36224
commit 034a50836c
4 changed files with 3 additions and 5 deletions

View File

@ -58,6 +58,7 @@ class DovecotCrypt extends Crypt {
$this->password = $this->$func($this->plain);
//$this->plain = '';
return true;
}
public function verify($algorithm, $password) {