refactor(php): 移除未使用的依赖导入

- 移除了未使用的 CircularDependencyException 导入
- 移除了未使用的 ElementNotFoundException 导入
- 保留了必要的 StringSort 以及其他实体类导入
pull/1/head
韩天峰 5 months ago
parent abff242bf4
commit 3d2ab3cd53
  1. 2
      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;

Loading…
Cancel
Save