Skip to content

Commit e4bfe78

Browse files
author
philippe lhardy
committed
chosenRank string nullable
1 parent 4dc2cbe commit e4bfe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Db/Poll.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class Poll extends EntityWithUser implements JsonSerializable {
151151
protected string $access = '';
152152
protected int $anonymous = 0;
153153
protected int $allowMaybe = 0;
154-
protected string $chosenRank = '[]';
154+
protected ?string $chosenRank = '';
155155
protected string $allowProposals = '';
156156
protected int $proposalsExpire = 0;
157157
protected int $voteLimit = 0;

0 commit comments

Comments
 (0)