mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
11 lines
132 B
PHP
11 lines
132 B
PHP
<?php
|
|
|
|
namespace app\common\tools\phpparser;
|
|
|
|
use PhpParser\PrettyPrinter\Standard;
|
|
|
|
class PrettyPrinterTools extends Standard
|
|
{
|
|
|
|
}
|