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; public $sujet;
/** /**
* Allow comments on this poll * @var int Allow comments on this poll
* @var bool
*/ */
public $allow_comments; public $allow_comments;
/** /**
* Allow users see others vote * @var int Allow users see others vote
* @var bool
*/ */
public $allow_spy; public $allow_spy;