Skip to content

Commit fce0ed9

Browse files
author
philippe lhardy
committed
merge main, review fix
add a lost comment during merge
1 parent 25a001e commit fce0ed9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Db/Poll.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class Poll extends EntityWithUser implements JsonSerializable {
8484
public const TYPE_TEXT = 'textPoll';
8585
public const VARIANT_SIMPLE = 'simple';
8686
public const VARIANT_GENERIC = 'generic';
87+
/** @deprecated use ACCESS_PRIVATE instead */
8788
public const ACCESS_HIDDEN = 'hidden';
8889
/** @deprecated use ACCESS_OPEN instead */
8990
public const ACCESS_PUBLIC = 'public';

0 commit comments

Comments
 (0)