doc: Cleanup @param documentation

No extra sign needed between variable and description

Change-Id: I870cb71b6304ff1760499541190fd4cd44bf1a87
This commit is contained in:
Umherirrender 2021-11-04 22:29:36 +01:00
parent 5fec6f17ba
commit da9a7bfc17

View file

@ -162,8 +162,8 @@ class MathLaTeXML extends MathMathML {
/**
* Embeds the MathML-XML element in a HTML span element with class tex
* @param string $mml : the MathML string
* @param string $tagId : optional tagID for references like (pagename#equation2)
* @param string $mml the MathML string
* @param string $tagId optional tagID for references like (pagename#equation2)
* @param array|false $attribs
* @return string html element with rendered math
*/