X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHtmlFormatter.php;h=b2209c358ed3636f68817015f2b2c907f1bf61e2;hb=f0ece08caf99376db8eb089073acbc6e4c29f9c5;hp=987a6830b11c48492876c5dba2a87501b37cf8b6;hpb=e6dd1aa4187e818e34f94828a73e47fc3e3964fc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HtmlFormatter.php b/includes/HtmlFormatter.php index 987a6830b1..b2209c358e 100644 --- a/includes/HtmlFormatter.php +++ b/includes/HtmlFormatter.php @@ -259,7 +259,8 @@ class HtmlFormatter { * specify the $element in the method it'll change the underlying dom and you won't be able to get * it back. * - * @param DOMElement|string|null $element ID of element to get HTML from or false to get it from the whole tree + * @param DOMElement|string|null $element ID of element to get HTML from or + * false to get it from the whole tree * @return string Processed HTML */ public function getText( $element = null ) {