Test Setup Failed
Push — master ( 4f8726...d71f12 )
by Matthew
04:36
created
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.
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/psalter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 require_once('command_functions.php');
3 3
 
4
-use Psalm\DocComment;
5 4
 use Psalm\Internal\Analyzer\ProjectAnalyzer;
6 5
 use Psalm\Config;
7 6
 use Psalm\IssueBuffer;
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.