Convert all array() syntax to []
[lhc/web/wiklou.git] / includes / htmlform / HTMLSubmitField.php
index 938e428..7f90100 100644 (file)
@@ -7,5 +7,5 @@
 class HTMLSubmitField extends HTMLButtonField {
        protected $buttonType = 'submit';
 
-       protected $mFlags = array( 'primary', 'constructive' );
+       protected $mFlags = [ 'primary', 'constructive' ];
 }