Skip to content

Commit 6105cac

Browse files
committed
Fix CS
1 parent 11089aa commit 6105cac

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Testing/PHPStanTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use PHPStan\Analyser\ConstantResolver;
66
use PHPStan\Analyser\DirectInternalScopeFactory;
77
use PHPStan\Analyser\Error;
8-
use PHPStan\Analyser\MutatingScope;
98
use PHPStan\Analyser\NodeScopeResolver;
109
use PHPStan\Analyser\ScopeFactory;
1110
use PHPStan\Analyser\TypeSpecifier;

tests/PHPStan/Command/AnalyseApplicationIntegrationTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\StreamOutput;
1818
use Symfony\Component\Console\Style\SymfonyStyle;
19-
use function file_exists;
2019
use function fopen;
2120
use function rewind;
2221
use function sprintf;
2322
use function stream_get_contents;
24-
use function unlink;
2523
use const DIRECTORY_SEPARATOR;
2624

2725
class AnalyseApplicationIntegrationTest extends PHPStanTestCase

0 commit comments

Comments
 (0)