ParamValidator: Flag as unstable for 1.34
[lhc/web/wiklou.git] / includes / libs / ParamValidator / ParamValidator.php
index 1085375..99f0e54 100644 (file)
@@ -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 = '*';