Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Share.php')
-rw-r--r--lib/Db/Share.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Db/Share.php b/lib/Db/Share.php
index 1a3042d2..04b77733 100644
--- a/lib/Db/Share.php
+++ b/lib/Db/Share.php
@@ -35,13 +35,13 @@ use OCP\AppFramework\Db\Entity;
* @method void setToken(string $value)
* @method string getType()
* @method void setType(string $value)
- * @method integer getPollId()
+ * @method int getPollId()
* @method void setPollId(integer $value)
* @method string getUserId()
* @method void setUserId(string $value)
* @method string getUserEmail()
* @method void setUserEmail(string $value)
- * @method integer getInvitationSent()
+ * @method int getInvitationSent()
* @method void setInvitationSent(integer $value)
*/
class Share extends Entity implements JsonSerializable {