优化代码

This commit is contained in:
2022-11-17 17:24:18 +08:00
parent d420dbd735
commit 4e833ff444
3 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\common\tools\phpparser;
use PhpParser\PrettyPrinter\Standard;
class PrettyPrinterTools extends Standard
{
}