Skip to content

Commit

Permalink
Dev: phpdoc string|null for Survey SQL date
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Apr 27, 2024
1 parent c29eddd commit e1e998a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/Survey.php
Expand Up @@ -22,8 +22,8 @@
* @property integer $gsid survey group id, from which this survey belongs to and inherits values from when set to 'I'
* @property string $admin Survey Admin's full name
* @property string $active Whether survey is acive or not (Y/N)
* @property string $expires Expiry date (YYYY-MM-DD hh:mm:ss)
* @property string $startdate Survey Start date (YYYY-MM-DD hh:mm:ss)
* @property string|null $expires Expiry date (YYYY-MM-DD hh:mm:ss)
* @property string|null $startdate Survey Start date (YYYY-MM-DD hh:mm:ss)
* @property string $adminemail Survey administrator email address
* @property string $anonymized Whether survey is anonymized or not (Y/N)
* @property string $format A : All in one, G : Group by group, Q : question by question, I : inherit value from survey group
Expand Down

0 comments on commit e1e998a

Please sign in to comment.