X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2FParamValidator%2FTypeDef%2FBooleanDef.php;h=15f082ee3148cb927e3206f6cdf82d2ae2f3589a;hp=f77c930499d642f30909053e88bcfedf6b897412;hb=25242105e8fd03c9900250bdf9ea91be9a286625;hpb=88905b2b73afa52ae3ab8f55ecc1af06c3ec9886 diff --git a/includes/libs/ParamValidator/TypeDef/BooleanDef.php b/includes/libs/ParamValidator/TypeDef/BooleanDef.php index f77c930499..15f082ee31 100644 --- a/includes/libs/ParamValidator/TypeDef/BooleanDef.php +++ b/includes/libs/ParamValidator/TypeDef/BooleanDef.php @@ -17,6 +17,7 @@ use Wikimedia\ParamValidator\ValidationException; * - 'falsevals': List of recognized values for "false". * * @since 1.34 + * @unstable */ class BooleanDef extends TypeDef {