diff options
Diffstat (limited to 'includes/content/TextContentHandler.php')
-rw-r--r-- | includes/content/TextContentHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/content/TextContentHandler.php b/includes/content/TextContentHandler.php index f5e87830ca33..ad40cd907797 100644 --- a/includes/content/TextContentHandler.php +++ b/includes/content/TextContentHandler.php @@ -32,7 +32,7 @@ class TextContentHandler extends ContentHandler { // @codingStandardsIgnoreStart bug 57585 public function __construct( $modelId = CONTENT_MODEL_TEXT, - $formats = array( CONTENT_FORMAT_TEXT ) ) { + $formats = [ CONTENT_FORMAT_TEXT ] ) { parent::__construct( $modelId, $formats ); } // @codingStandardsIgnoreEnd |