Browse Source

Add references

master
J. King 1 year ago
parent
commit
492258ae5b
  1. 3
      lib/AbstractSanitizer.php

3
lib/AbstractSanitizer.php

@ -16,6 +16,9 @@ namespace MensBeam\HTML;
* - sanitizeFor
* - getConfiguration
* - getDefaultConfiguration
*
* @see https://wicg.github.io/sanitizer-api/
* @see https://github.com/WICG/sanitizer-api/issues
*/
abstract class AbstractSanitizer {
/** @var string The HTML namespace */

Loading…
Cancel
Save