mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
优化代码
This commit is contained in:
10
app/common/tools/phpparser/PrettyPrinterTools.php
Normal file
10
app/common/tools/phpparser/PrettyPrinterTools.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\tools\phpparser;
|
||||
|
||||
use PhpParser\PrettyPrinter\Standard;
|
||||
|
||||
class PrettyPrinterTools extends Standard
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user