Use backwards compatible "getX" for boolean value for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
221edf0c20
commit
ffa02627c6
|
|
@ -36,7 +36,7 @@ use OCP\AppFramework\Db\Entity;
|
|||
* @method void setPassword(string $password)
|
||||
* @method string getDisplayname()
|
||||
* @method void setDisplayname(string $displayname)
|
||||
* @method bool isEmailConfirmed()
|
||||
* @method bool getEmailConfirmed()
|
||||
* @method void setEmailConfirmed(bool $emailConfirmed)
|
||||
* @method string getToken()
|
||||
* @method void setToken(string $token)
|
||||
|
|
|
|||
Loading…
Reference in New Issue