X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLCheckMatrix.php;h=8ce3c83f6e9c71f6ce316d04faaf8079962711d3;hb=a38af7ba26579bb3004f673e44d39710887763aa;hp=274d2c090e17136d9033216c5998e885c45f7e42;hpb=93350da7f1ab397b87c3ac3073ddfc1c857b272e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLCheckMatrix.php b/includes/htmlform/fields/HTMLCheckMatrix.php index 274d2c090e..8ce3c83f6e 100644 --- a/includes/htmlform/fields/HTMLCheckMatrix.php +++ b/includes/htmlform/fields/HTMLCheckMatrix.php @@ -23,7 +23,7 @@ * Not used by OOUI form fields. */ class HTMLCheckMatrix extends HTMLFormField implements HTMLNestedFilterable { - static private $requiredParams = [ + private static $requiredParams = [ // Required by underlying HTMLFormField 'fieldname', // Required by HTMLCheckMatrix