1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-20 22:21:19 +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

@@ -20,7 +20,7 @@ class Crypt {
}
/**
* @return true/false boolean
* @return bool
*/
public function crypt($algorithm) {
return true;