X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2FParamValidator%2FParamValidator.php;h=99f0e549b117b83ca7fc0e163bcfd94cd6088622;hp=1085375de32f42072d53c496fe15cda9462d946c;hb=25242105e8fd03c9900250bdf9ea91be9a286625;hpb=946d6c3b9e8078581ee859d6edd18b77dada8c3f diff --git a/includes/libs/ParamValidator/ParamValidator.php b/includes/libs/ParamValidator/ParamValidator.php index 1085375de3..99f0e549b1 100644 --- a/includes/libs/ParamValidator/ParamValidator.php +++ b/includes/libs/ParamValidator/ParamValidator.php @@ -33,6 +33,7 @@ use Wikimedia\ObjectFactory; * the user unnecessarily. * * @since 1.34 + * @unstable */ class ParamValidator { @@ -166,7 +167,7 @@ class ParamValidator { */ const PARAM_IGNORE_INVALID_VALUES = 'param-ignore-invalid-values'; - /**@}*/ + /** @} */ /** Magic "all values" value when PARAM_ALL is true. */ const ALL_DEFAULT_STRING = '*';