Zend.php 216 B

12345678910
  1. <?php
  2. /**
  3. * This class is only retained for backwards compatibility. Use PHPParser_PrettyPrinter_Default instead.
  4. *
  5. * @deprecated
  6. */
  7. class PHPParser_PrettyPrinter_Zend extends PHPParser_PrettyPrinter_Default
  8. {
  9. }