Test Setup Failed
Pull Request — master (#3595)
by Olle
05:25
created
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.
src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@  discard block
 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;
@@ -67,7 +66,6 @@  discard block
 block discarded – undo
67 66
 use function substr;
68 67
 use function trim;
69 68
 use function preg_split;
70
-use php_user_filter;
71 69
 
72 70
 /**
73 71
  * @internal
Please login to merge, or discard this patch.