@@ -1,7 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Psalm\Internal\FileManipulation; |
| 3 | 3 | |
| 4 | -use PhpParser; |
|
| 5 | 4 | use function array_shift; |
| 6 | 5 | use function count; |
| 7 | 6 | use function ltrim; |
@@ -9,7 +8,6 @@ discard block |
||
| 9 | 8 | use function preg_match; |
| 10 | 9 | use Psalm\DocComment; |
| 11 | 10 | use Psalm\FileManipulation; |
| 12 | -use Psalm\Internal\Analyzer\CommentAnalyzer; |
|
| 13 | 11 | use Psalm\Internal\Analyzer\ProjectAnalyzer; |
| 14 | 12 | use function str_replace; |
| 15 | 13 | use function str_split; |