Test Setup Failed
Pull Request — master (#3477)
by Joe
05:41
created
src/psalm-refactor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 require_once('command_functions.php');
3 3
 
4 4
 use Psalm\Internal\Analyzer\ProjectAnalyzer;
5
-use Psalm\Config;
6 5
 use Psalm\IssueBuffer;
7 6
 use Psalm\Progress\DebugProgress;
8 7
 use Psalm\Progress\DefaultProgress;
Please login to merge, or discard this patch.
src/Psalm/Context.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use function preg_replace;
12 12
 use Psalm\Internal\Analyzer\StatementsAnalyzer;
13 13
 use Psalm\Internal\Clause;
14
-use Psalm\Internal\MethodIdentifier;
15 14
 use Psalm\Storage\FunctionLikeStorage;
16 15
 use Psalm\Internal\Type\AssertionReconciler;
17 16
 use Psalm\Type\Union;
Please login to merge, or discard this patch.
src/Psalm/Internal/Analyzer/MethodAnalyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Psalm\IssueBuffer;
13 13
 use Psalm\StatementsSource;
14 14
 use Psalm\Storage\MethodStorage;
15
-use Psalm\Type;
16 15
 use function strtolower;
17 16
 use function in_array;
18 17
 
Please login to merge, or discard this patch.
src/Psalm/Internal/PhpVisitor/AssignmentMapVisitor.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\PhpVisitor;
3 3
 
4 4
 use PhpParser;
5
-use Psalm\Internal\Analyzer\Statements\ExpressionAnalyzer;
6 5
 use Psalm\Internal\Analyzer\Statements\Expression\ExpressionIdentifier;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Psalm/Internal/PhpVisitor/ShortClosureVisitor.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\PhpVisitor;
3 3
 
4 4
 use PhpParser;
5
-use Psalm\Internal\Analyzer\Statements\ExpressionAnalyzer;
6 5
 
7 6
 /**
8 7
  * @internal
Please login to merge, or discard this patch.
src/Psalm/Internal/Provider/FileReferenceCacheProvider.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/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\Type;
9 8
 
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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use PhpParser;
6 6
 use Psalm\Internal\Provider;
7
-use Psalm\Storage\MethodStorage;
8 7
 use Psalm\Type;
9 8
 
10 9
 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\Storage\MethodStorage;
Please login to merge, or discard this patch.