File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 5
5
use PHPStan \Analyser \ConstantResolver ;
6
6
use PHPStan \Analyser \DirectInternalScopeFactory ;
7
7
use PHPStan \Analyser \Error ;
8
- use PHPStan \Analyser \MutatingScope ;
9
8
use PHPStan \Analyser \NodeScopeResolver ;
10
9
use PHPStan \Analyser \ScopeFactory ;
11
10
use PHPStan \Analyser \TypeSpecifier ;
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Console \Input \InputInterface ;
17
17
use Symfony \Component \Console \Output \StreamOutput ;
18
18
use Symfony \Component \Console \Style \SymfonyStyle ;
19
- use function file_exists ;
20
19
use function fopen ;
21
20
use function rewind ;
22
21
use function sprintf ;
23
22
use function stream_get_contents ;
24
- use function unlink ;
25
23
use const DIRECTORY_SEPARATOR ;
26
24
27
25
class AnalyseApplicationIntegrationTest extends PHPStanTestCase
You can’t perform that action at this time.
0 commit comments