Test Setup Failed
Push — master ( 0034f2...cf67b9 )
by Matthew
04:46
created
src/Psalm/Internal/FileManipulation/PropertyDocblockManipulator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.