This commit is contained in:
Laurent Destailleur 2020-05-27 23:35:17 +02:00
parent 57a753c303
commit 57c503091f

View File

@ -83,14 +83,12 @@ class Opensurveysondage extends CommonObject
public $sujet;
/**
* Allow comments on this poll
* @var bool
* @var int Allow comments on this poll
*/
public $allow_comments;
/**
* Allow users see others vote
* @var bool
* @var int Allow users see others vote
*/
public $allow_spy;