Unsuppress more phan issues (part 3)
[lhc/web/wiklou.git] / includes / htmlform / HTMLFormField.php
index 590b9e7..91c6e6a 100644 (file)
@@ -5,6 +5,7 @@
  * be a subclass of this.
  */
 abstract class HTMLFormField {
+       /** @var array|array[] */
        public $mParams;
 
        protected $mValidationCallback;