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: Added class_exists('Net_IDNA2') around optional external class #351

Closed PHPGangsta closed 1 year ago

PHPGangsta commented 1 year ago

Making phpstan happy, it complains about a non-existing class: Instantiated class Net_IDNA2 not found.

github-actions[bot] commented 10 months ago

:tada: This PR is included in version 4.17.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: