Convert all array() syntax to []
[lhc/web/wiklou.git] / tests / phpunit / mocks / content / DummyNonTextContentHandler.php
index 6995ae7..098181d 100644 (file)
@@ -3,7 +3,7 @@
 class DummyNonTextContentHandler extends DummyContentHandlerForTesting {
 
        public function __construct( $dataModel ) {
-               parent::__construct( $dataModel, array( "testing-nontext" ) );
+               parent::__construct( $dataModel, [ "testing-nontext" ] );
        }
 
        /**