X-Git-Url: https://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=b76b9e9745955cdd0b610927800dfb6e2a660008 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 {