We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a001e commit fce0ed9Copy full SHA for fce0ed9
1 file changed
lib/Db/Poll.php
@@ -84,6 +84,7 @@ class Poll extends EntityWithUser implements JsonSerializable {
84
public const TYPE_TEXT = 'textPoll';
85
public const VARIANT_SIMPLE = 'simple';
86
public const VARIANT_GENERIC = 'generic';
87
+ /** @deprecated use ACCESS_PRIVATE instead */
88
public const ACCESS_HIDDEN = 'hidden';
89
/** @deprecated use ACCESS_OPEN instead */
90
public const ACCESS_PUBLIC = 'public';
0 commit comments