ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.07k stars 327 forks source link

Fix phpdoc params in HTMLModule::addElement() and Bool attr #233

Closed xemlock closed 4 years ago

xemlock commented 4 years ago

This PR fixes a few errors in phpdoc params:

Additionally there is a minor fix to phpdoc of AttrDef_HTML_Bool, as the name of a boolean attribute is a string, not a bool (example usage here).