ParamValidator: Flag as unstable for 1.34
[lhc/web/wiklou.git] / includes / libs / ParamValidator / TypeDef / BooleanDef.php
index f77c930..15f082e 100644 (file)
@@ -17,6 +17,7 @@ use Wikimedia\ParamValidator\ValidationException;
  *     - 'falsevals': List of recognized values for "false".
  *
  * @since 1.34
+ * @unstable
  */
 class BooleanDef extends TypeDef {