Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / content / WikitextContentHandler.php
index c1db1de..0701a0f 100644 (file)
@@ -31,7 +31,7 @@
 class WikitextContentHandler extends TextContentHandler {
 
        public function __construct( $modelId = CONTENT_MODEL_WIKITEXT ) {
-               parent::__construct( $modelId, array( CONTENT_FORMAT_WIKITEXT ) );
+               parent::__construct( $modelId, [ CONTENT_FORMAT_WIKITEXT ] );
        }
 
        protected function getContentClass() {