Merge "Check for error before outputting srcset urls"
[lhc/web/wiklou.git] / includes / skins / Skin.php
index 3750bad..dc06eba 100644 (file)
@@ -417,7 +417,7 @@ abstract class Skin extends ContextSource {
 
        /**
         * Return values for <html> element
-        * @return array of associative name-to-value elements for <html> element
+        * @return array Array of associative name-to-value elements for <html> element
         */
        public function getHtmlElementAttributes() {
                $lang = $this->getLanguage();