@@ -2,7 +2,6 @@ |
||
| 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; |
@@ -11,7 +11,6 @@ |
||
| 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; |
@@ -12,7 +12,6 @@ |
||
| 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 | |
@@ -2,8 +2,6 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace Psalm\Internal\Codebase; |
| 4 | 4 | |
| 5 | -use Psalm\CodeLocation; |
|
| 6 | -use Psalm\Internal\Analyzer\StatementsAnalyzer; |
|
| 7 | 5 | use Psalm\Internal\Provider\ClassLikeStorageProvider; |
| 8 | 6 | use Psalm\Internal\Provider\FileReferenceProvider; |
| 9 | 7 | use Psalm\Internal\Provider\FileStorageProvider; |
@@ -15,7 +13,6 @@ discard block |
||
| 15 | 13 | use function array_merge; |
| 16 | 14 | use function array_merge_recursive; |
| 17 | 15 | use function strtolower; |
| 18 | -use UnexpectedValueException; |
|
| 19 | 16 | |
| 20 | 17 | class Taint |
| 21 | 18 | { |
@@ -2,7 +2,6 @@ |
||
| 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 | /** |
@@ -37,7 +37,6 @@ |
||
| 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\CallMap; |
| 42 | 41 | use Psalm\Internal\Codebase\PropertyMap; |
| 43 | 42 | use Psalm\Internal\Scanner\FileScanner; |
@@ -2,7 +2,6 @@ |
||
| 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 |
@@ -7,7 +7,6 @@ |
||
| 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; |
@@ -9,7 +9,6 @@ |
||
| 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 | 12 | use Psalm\Internal\Codebase\CallMap; |
| 14 | 13 | use Psalm\Internal\Type\ArrayType; |
| 15 | 14 | use Psalm\StatementsSource; |