ParamValidator: Flag as unstable for 1.34
[lhc/web/wiklou.git] / includes / libs / ParamValidator / TypeDef / PresenceBooleanDef.php
index 2e1c8f5..2d8734e 100644 (file)
@@ -14,6 +14,7 @@ use Wikimedia\ParamValidator\TypeDef;
  * The result from validate() is a PHP boolean.
  *
  * @since 1.34
+ * @unstable
  */
 class PresenceBooleanDef extends TypeDef {