1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-31 10:04:20 +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

@ -3,10 +3,9 @@
/**
* Handlers User level alias actions - e.g. add alias, get aliases, update etc.
* @property $username name of alias
* @property $return return of methods
*/
class AliasHandler extends PFAHandler {
protected $db_table = 'alias';
protected $id_field = 'address';
protected $domain_field = 'domain';