Merge "Remove FileRepoStatus references"
[lhc/web/wiklou.git] / includes / title / NamespaceAwareForeignTitleFactory.php
index bf97e2c..2d67a28 100644 (file)
@@ -52,7 +52,7 @@ class NamespaceAwareForeignTitleFactory implements ForeignTitleFactory {
        public function __construct( $foreignNamespaces ) {
                $this->foreignNamespaces = $foreignNamespaces;
                if ( !is_null( $foreignNamespaces ) ) {
-                       $this->foreignNamespacesFlipped = array();
+                       $this->foreignNamespacesFlipped = [];
                        foreach ( $foreignNamespaces as $id => $name ) {
                                $newKey = self::normalizeNamespaceName( $name );
                                $this->foreignNamespacesFlipped[$newKey] = $id;