X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fskins%2FQuickTemplate.php;h=af2d5daaf8b976a2d854ce3a4cf78d6a7cebca4f;hb=41fdde6e811ff3aaf12ad334bb0dee0e2e41b373;hp=905e537e580f604a1bb8c50d5ba3cc6a0c3326b9;hpb=51ca723d00581b4c12f74e690f719e0f806c9329;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/skins/QuickTemplate.php b/includes/skins/QuickTemplate.php index 905e537e58..af2d5daaf8 100644 --- a/includes/skins/QuickTemplate.php +++ b/includes/skins/QuickTemplate.php @@ -32,7 +32,7 @@ abstract class QuickTemplate { * @param Config $config */ function __construct( Config $config = null ) { - $this->data = array(); + $this->data = []; $this->translator = new MediaWikiI18N(); if ( $config === null ) { wfDebug( __METHOD__ . ' was called with no Config instance passed to it' );