Test Setup Failed
Push — master ( 96bfd1...262bb9 )
by Matthew
04:32
created
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.
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/Analyzer/CommentAnalyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Psalm\Exception\TypeParseTreeException;
10 10
 use Psalm\FileSource;
11 11
 use Psalm\Internal\Scanner\ClassLikeDocblockComment;
12
-use Psalm\Internal\Scanner\DocblockParser;
13 12
 use Psalm\Internal\Scanner\FunctionDocblockComment;
14 13
 use Psalm\Internal\Scanner\VarDocblockComment;
15 14
 use Psalm\Internal\Scanner\ParsedDocblock;
Please login to merge, or discard this patch.
src/Psalm/Internal/Stubs/Generator/ClassLikeStubGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Psalm\Internal\Stubs\Generator;
4 4
 
5 5
 use PhpParser;
6
-use Psalm\Storage\MethodStorage;
7 6
 use Psalm\Storage\ClassLikeStorage;
8 7
 use Psalm\Internal\Scanner\ParsedDocblock;
9 8
 use Psalm\Type;
Please login to merge, or discard this patch.
src/Psalm/Internal/Stubs/Generator/StubsGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use PhpParser;
6 6
 use Psalm\Internal\Provider;
7 7
 use Psalm\Internal\Scanner\ParsedDocblock;
8
-use Psalm\Storage\MethodStorage;
9 8
 use Psalm\Type;
10 9
 
11 10
 class StubsGenerator
Please login to merge, or discard this patch.
src/Psalm/Internal/TypeVisitor/TypeChecker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Psalm\Internal\TypeVisitor;
3 3
 
4 4
 use Psalm\CodeLocation;
5
-use Psalm\Internal\Analyzer\Statements\ExpressionAnalyzer;
6 5
 use Psalm\Internal\Analyzer\ClassLikeAnalyzer;
7 6
 use Psalm\Internal\Analyzer\TypeAnalyzer;
8 7
 use Psalm\Internal\Type\TypeExpander;
Please login to merge, or discard this patch.
src/Psalm/Internal/Analyzer/FunctionLike/ReturnTypeAnalyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Psalm/Internal/Provider/ReturnTypeProvider/ArrayMapReturnTypeProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.