X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FXml.php;h=3b82c64551f92b8c1166bd43f4f70f652276e3be;hb=b5993f884a3c4b0012fca120d3625452408c159d;hp=45441fd623b340e55108542f4392d8ce3feed043;hpb=70aeb15401c2270a105bacf4ea8395279e8e452c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Xml.php b/includes/Xml.php index 45441fd623..3b82c64551 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -901,7 +901,7 @@ class XmlSelect { * label => value * label => ( label => value, label => value ) * - * @param $options + * @param $options */ public function addOptions( $options ) { $this->options[] = $options; @@ -912,7 +912,7 @@ class XmlSelect { * label => value * label => ( label => value, label => value ) * - * @param $options + * @param $options * @param bool $default * @return string */