summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/utils/MessageGroupStates.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/utils/MessageGroupStates.php')
-rw-r--r--www/wiki/extensions/Translate/utils/MessageGroupStates.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wiki/extensions/Translate/utils/MessageGroupStates.php b/www/wiki/extensions/Translate/utils/MessageGroupStates.php
index 1838381c..de20f6c8 100644
--- a/www/wiki/extensions/Translate/utils/MessageGroupStates.php
+++ b/www/wiki/extensions/Translate/utils/MessageGroupStates.php
@@ -6,7 +6,7 @@
* @author Niklas Laxström
* @author Siebrand Mazeland
* @copyright Copyright © 2012-2013 Niklas Laxström
- * @license GPL-2.0+
+ * @license GPL-2.0-or-later
*/
/**
@@ -34,7 +34,7 @@ class MessageGroupStates {
if ( isset( $conf[self::CONDKEY] ) ) {
return $conf[self::CONDKEY];
} else {
- return array();
+ return [];
}
}
}