Merge "Add support for PHP7 random_bytes in favor of mcrypt_create_iv"
[lhc/web/wiklou.git] / languages / messages / MessagesVls.php
index 380fcc2..271fae1 100644 (file)
@@ -13,7 +13,7 @@
 
 $fallback = 'nl';
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_MEDIA            => 'Media',
        NS_SPECIAL          => 'Specioal',
        NS_TALK             => 'Discuusje',
@@ -30,5 +30,4 @@ $namespaceNames = array(
        NS_HELP_TALK        => 'Discuusje_ulpe',
        NS_CATEGORY         => 'Categorie',
        NS_CATEGORY_TALK    => 'Discuusje_categorie',
-);
-
+];