Skip to content

Commit

Permalink
Dev: review phpdoc #12479
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jun 20, 2017
1 parent 112b389 commit 3920788
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions application/models/Survey.php
Expand Up @@ -27,7 +27,6 @@
* @property string $adminemail
* @property string $anonymized
* @property string $faxto
* @property string $format
* @property string $savetimings
* @property string $template Template name
* @property string $language
Expand All @@ -45,7 +44,6 @@
* @property string $publicstatistics
* @property string $publicgraphs
* @property string $listpublic
* @property string $htmlemail
* @property string $sendconfirmation
* @property string $tokenanswerspersistence
* @property string $assessments
Expand Down Expand Up @@ -100,7 +98,7 @@ class Survey extends LSActiveRecord
*/
public $format = 'G';
/**
* @var string $htmlemail : Y : all email related to this survey us HTML format
* @var string $htmlemail : Y : all email related to this survey use HTML format
*/
public $htmlemail='Y';

Expand Down

0 comments on commit 3920788

Please sign in to comment.