PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/system/vendor/htmlpurifier/HTMLPurifier/Token/Empty.php

https://github.com/Toushi/flow
PHP | 9 lines | 4 code | 2 blank | 3 comment | 0 complexity | ffa22c6f811bf2d2345484956a3c005c MD5 | raw file
  1. <?php
  2. /**
  3. * Concrete empty token class.
  4. */
  5. class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
  6. {
  7. }