147550142d
Add `@param-taint $contents escapes_htmlnoent` annotation to MonoBookTemplate::getBox(). The method will escape the $contents parameter if it's an array, but it will not if it's a string; Phan can't distinguish the types, and assumes it always escapes. Use escapes_htmlnoent to suppress warnings about double-escaped output. Change-Id: Id8ef73f2efbe8d4d5510917d55dbac4e41b2b3a1 |
||
---|---|---|
.. | ||
MonoBookTemplate.php | ||
SkinMonoBook.php |