From 14398d697937dd994571a6db3166047164f839af Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 14 May 2014 19:24:58 +0300 Subject: [PATCH] One more method annotation --- lib/db/member.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/db/member.php b/lib/db/member.php index 17a5b9e1..d70295ff 100644 --- a/lib/db/member.php +++ b/lib/db/member.php @@ -16,6 +16,7 @@ namespace OCA\Documents; * @method boolean getIsGuest() * @method string getEsId() * @method string getToken() + * @method int getStatus() */ class Db_Member extends Db{