From 57c503091ffa083dfe1e0562ab1c4b702275d740 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 May 2020 23:35:17 +0200 Subject: [PATCH] Doxygen --- htdocs/opensurvey/class/opensurveysondage.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/opensurvey/class/opensurveysondage.class.php b/htdocs/opensurvey/class/opensurveysondage.class.php index d9af22ed78e..c971b69b208 100644 --- a/htdocs/opensurvey/class/opensurveysondage.class.php +++ b/htdocs/opensurvey/class/opensurveysondage.class.php @@ -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;