1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

psalm fixes

This commit is contained in:
David Goodwin
2020-06-21 16:44:43 +01:00
parent ca24ff8300
commit e8f27969a3
6 changed files with 15 additions and 12 deletions

View File

@ -183,7 +183,7 @@ class AdminHandler extends PFAHandler {
}
/**
* @return true on success false on failure
* @return bool
*/
public function delete() {
if (! $this->view()) {