Merge "Move section ID fallbacks into headers themselves"
[lhc/web/wiklou.git] / includes / site / SiteImporter.php
index 9aefea2..5e13d06 100644 (file)
@@ -116,7 +116,7 @@ class SiteImporter {
         * @return Site[]
         */
        private function makeSiteList( DOMElement $root ) {
-               $sites = array();
+               $sites = [];
 
                // Old sites, to get the row IDs that correspond to the global site IDs.
                // TODO: Get rid of internal row IDs, they just get in the way. Get rid of ORMRow, too.
@@ -191,7 +191,7 @@ class SiteImporter {
 
        /**
         * @param DOMElement $element
-        * @param $name
+        * @param string $name
         * @param string|null|bool $default
         *
         * @return null|string