Test Setup Failed
Pull Request — master (#3559)
by Jáchym
05:17
created
src/Psalm/Type/Union.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Psalm\Storage\FileStorage;
19 19
 use Psalm\Type;
20 20
 use Psalm\Type\Atomic\TFloat;
21
-use Psalm\Type\Atomic\TGenericObject;
22 21
 use Psalm\Type\Atomic\TInt;
23 22
 use Psalm\Type\Atomic\TIterable;
24 23
 use Psalm\Type\Atomic\TLiteralFloat;
Please login to merge, or discard this patch.
src/Psalm/Internal/Provider/ProjectCacheProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use function file_put_contents;
8 8
 use function is_array;
9 9
 use function is_readable;
10
-use Psalm\Internal\Analyzer\IssueData;
11 10
 use Psalm\Config;
12 11
 use function serialize;
13 12
 use function unserialize;
Please login to merge, or discard this patch.
src/Psalm/Type/Atomic/TList.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use function get_class;
5 5
 use Psalm\Codebase;
6
-use Psalm\CodeLocation;
7
-use Psalm\StatementsSource;
8 6
 use Psalm\Internal\Analyzer\StatementsAnalyzer;
9 7
 use Psalm\Internal\Type\TemplateResult;
10 8
 use Psalm\Internal\Type\UnionTemplateHandler;
Please login to merge, or discard this patch.
src/Psalm/Type/Atomic/TLiteralClassString.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Psalm\Type\Atomic;
3 3
 
4
-use Psalm\CodeLocation;
5
-use Psalm\StatementsSource;
6 4
 use function preg_quote;
7 5
 use function preg_replace;
8 6
 use function stripos;
Please login to merge, or discard this patch.
Psalm/Internal/Analyzer/Statements/Expression/Fetch/ArrayFetchAnalyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,6 @@
 block discarded – undo
57 57
 use function in_array;
58 58
 use function is_int;
59 59
 use function preg_match;
60
-use Psalm\Internal\Taint\TaintNode;
61 60
 use Psalm\Internal\Taint\Source;
62 61
 use Psalm\Internal\Type\TemplateResult;
63 62
 
Please login to merge, or discard this patch.
src/Psalm/Internal/Codebase/Taint.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -2,12 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Psalm\Internal\Codebase;
4 4
 
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
-use Psalm\Internal\Taint\Path;
11 5
 use Psalm\Internal\Taint\Sink;
12 6
 use Psalm\Internal\Taint\Source;
13 7
 use Psalm\Internal\Taint\TaintNode;
@@ -17,7 +11,6 @@  discard block
 block discarded – undo
17 11
 use function array_merge;
18 12
 use function array_merge_recursive;
19 13
 use function strtolower;
20
-use UnexpectedValueException;
21 14
 use function count;
22 15
 use function implode;
23 16
 use function substr;
Please login to merge, or discard this patch.
src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentAnalyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
 use function strpos;
39 39
 use function explode;
40 40
 use function in_array;
41
-use Psalm\Issue\TaintedInput;
42 41
 
43 42
 /**
44 43
  * @internal
Please login to merge, or discard this patch.
src/Psalm/Internal/Analyzer/FunctionAnalyzer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use PhpParser;
5 5
 use Psalm\Internal\Codebase\InternalCallMapHandler;
6
-use Psalm\Internal\Taint\TaintNode;
7
-use Psalm\CodeLocation;
8 6
 use Psalm\Context;
9 7
 use Psalm\Type;
10 8
 use function strtolower;
Please login to merge, or discard this patch.
src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.