@@ -35,7 +35,6 @@ |
||
35 | 35 | use Psalm\Storage\FunctionLikeStorage; |
36 | 36 | use Psalm\Storage\MethodStorage; |
37 | 37 | use Psalm\Type; |
38 | -use Psalm\Internal\Type\TypeCombination; |
|
39 | 38 | use function strtolower; |
40 | 39 | use function substr; |
41 | 40 | use function count; |
@@ -9,8 +9,6 @@ |
||
9 | 9 | use Psalm\CodeLocation; |
10 | 10 | use Psalm\Context; |
11 | 11 | use Psalm\Internal\Analyzer\Statements\Expression\CallAnalyzer; |
12 | -use Psalm\Internal\Analyzer\Statements\ExpressionAnalyzer; |
|
13 | -use Psalm\Internal\Codebase\InternalCallMapHandler; |
|
14 | 12 | use Psalm\Internal\Type\ArrayType; |
15 | 13 | use Psalm\StatementsSource; |
16 | 14 | use Psalm\Type; |
@@ -37,7 +37,6 @@ discard block |
||
37 | 37 | use Psalm\Internal\Analyzer\Statements\Expression\Fetch\ConstFetchAnalyzer; |
38 | 38 | use Psalm\Internal\Analyzer\Statements\Expression\IncludeAnalyzer; |
39 | 39 | use Psalm\Internal\Analyzer\Statements\Expression\SimpleTypeInferer; |
40 | -use Psalm\Internal\Analyzer\StatementsAnalyzer; |
|
41 | 40 | use Psalm\Internal\Codebase\InternalCallMapHandler; |
42 | 41 | use Psalm\Internal\Codebase\PropertyMap; |
43 | 42 | use Psalm\Internal\Scanner\FileScanner; |
@@ -67,7 +66,6 @@ discard block |
||
67 | 66 | use function substr; |
68 | 67 | use function trim; |
69 | 68 | use function preg_split; |
70 | -use php_user_filter; |
|
71 | 69 | use function strlen; |
72 | 70 | |
73 | 71 | /** |
@@ -3,10 +3,6 @@ discard block |
||
3 | 3 | namespace Psalm\Internal\Codebase; |
4 | 4 | |
5 | 5 | use Psalm\CodeLocation; |
6 | -use Psalm\Internal\Analyzer\StatementsAnalyzer; |
|
7 | -use Psalm\Internal\Provider\ClassLikeStorageProvider; |
|
8 | -use Psalm\Internal\Provider\FileReferenceProvider; |
|
9 | -use Psalm\Internal\Provider\FileStorageProvider; |
|
10 | 6 | use Psalm\Internal\Taint\Path; |
11 | 7 | use Psalm\Internal\Taint\Sink; |
12 | 8 | use Psalm\Internal\Taint\Source; |
@@ -17,7 +13,6 @@ discard block |
||
17 | 13 | use function array_merge; |
18 | 14 | use function array_merge_recursive; |
19 | 15 | use function strtolower; |
20 | -use UnexpectedValueException; |
|
21 | 16 | use function count; |
22 | 17 | use function implode; |
23 | 18 | use function substr; |
@@ -2,11 +2,9 @@ |
||
2 | 2 | namespace Psalm\Type\Atomic; |
3 | 3 | |
4 | 4 | use Psalm\Codebase; |
5 | -use Psalm\CodeLocation; |
|
6 | 5 | use Psalm\Internal\Analyzer\StatementsAnalyzer; |
7 | 6 | use Psalm\Internal\Type\TemplateResult; |
8 | 7 | use Psalm\Internal\Type\UnionTemplateHandler; |
9 | -use Psalm\StatementsSource; |
|
10 | 8 | use Psalm\Type\Atomic; |
11 | 9 | use function preg_quote; |
12 | 10 | use function preg_replace; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Psalm\Codebase; |
6 | 6 | use Psalm\Internal\Analyzer\ClassLikeAnalyzer; |
7 | 7 | use Psalm\Internal\Analyzer\CommentAnalyzer; |
8 | -use Psalm\Internal\Analyzer\ScopeAnalyzer; |
|
9 | 8 | use Psalm\Internal\Analyzer\Statements\Expression\AssignmentAnalyzer; |
10 | 9 | use Psalm\Internal\Analyzer\Statements\ExpressionAnalyzer; |
11 | 10 | use Psalm\Internal\Analyzer\Statements\Expression\ExpressionIdentifier; |