From 3d2ab3cd53d133b47d43c544ee5bd066aa9995f2 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Thu, 9 Apr 2026 16:26:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(php):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E4=BE=9D=E8=B5=96=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了未使用的 CircularDependencyException 导入 - 移除了未使用的 ElementNotFoundException 导入 - 保留了必要的 StringSort 以及其他实体类导入 --- src/Php/Preprocessor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Php/Preprocessor.php b/src/Php/Preprocessor.php index f7ea9427..8b91cf15 100644 --- a/src/Php/Preprocessor.php +++ b/src/Php/Preprocessor.php @@ -8,8 +8,6 @@ namespace PhpAot\Php; -use MJS\TopSort\CircularDependencyException; -use MJS\TopSort\ElementNotFoundException; use MJS\TopSort\Implementations\StringSort; use PhpAot\Php\Entity\ClassDef; use PhpAot\Php\Entity\ConstantDef;