fix(legacy): correct linting issues

This commit is contained in:
Kyle Robbertze 2022-01-14 19:52:42 +02:00 committed by Jonas L
parent dc93189962
commit 8b4260d74b
3 changed files with 6 additions and 1 deletions

View file

@ -8,10 +8,12 @@ class LibreTime_Auth_Adaptor_FreeIpa implements Zend_Auth_Adapter_Interface
* @var string
*/
private $username;
/**
* @var string
*/
private $password;
/**
* @var Application_Model_User
*/