Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / htmlform / HTMLInfoField.php
index a667653..ada4fb6 100644 (file)
@@ -19,9 +19,9 @@ class HTMLInfoField extends HTMLFormField {
                        $value = new OOUI\HtmlSnippet( $value );
                }
 
-               return new OOUI\LabelWidget( array(
+               return new OOUI\LabelWidget( [
                        'label' => $value,
-               ) );
+               ] );
        }
 
        public function getTableRow( $value ) {