mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 17:17:31 +01:00
10 lines
216 B
PHP
10 lines
216 B
PHP
<?php
|
|
|
|
/**
|
|
* This class is only retained for backwards compatibility. Use PHPParser_PrettyPrinter_Default instead.
|
|
*
|
|
* @deprecated
|
|
*/
|
|
class PHPParser_PrettyPrinter_Zend extends PHPParser_PrettyPrinter_Default
|
|
{
|
|
} |