X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FXml.php;h=2f8ba0fe39eded78ca458d518bc76f3e4aa4c71d;hb=c399e0073c458a36e6e7a0c3f9b9ba374c2a9ed0;hp=4a55d5e7ce6f4d19dde756681cfc9516202f5a3a;hpb=ba3fa1aca59c6380d917fdb4743ff236d155aaa0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Xml.php b/includes/Xml.php index 4a55d5e7ce..2f8ba0fe39 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -59,6 +59,7 @@ class Xml { * The values are passed to Sanitizer::encodeAttribute. * Return null if no attributes given. * @param $attribs Array of attributes for an XML element + * @throws MWException * @return null|string */ public static function expandAttributes( $attribs ) { @@ -207,7 +208,7 @@ class Xml { /** * Construct a language selector appropriate for use in a form or preferences - * + * * @param string $selected The language code of the selected language * @param boolean $customisedOnly If true only languages which have some content are listed * @param string $inLanguage The ISO code of the language to display the select list in (optional)