Skip to content

Commit 6f4dcc9

Browse files
committed
cs
1 parent 67a40d6 commit 6f4dcc9

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/Rules/PHPUnit/DataProviderHelperFactory.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
use PHPStan\Parser\Parser;
66
use PHPStan\Reflection\ReflectionProvider;
77
use PHPStan\Type\FileTypeMapper;
8-
use PHPUnit\Framework\TestCase;
9-
use function dirname;
10-
use function explode;
11-
use function file_get_contents;
12-
use function is_file;
13-
use function json_decode;
148

159
class DataProviderHelperFactory
1610
{

src/Rules/PHPUnit/TestMethodsHelperFactory.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
use PHPStan\Parser\Parser;
66
use PHPStan\Reflection\ReflectionProvider;
77
use PHPStan\Type\FileTypeMapper;
8-
use PHPUnit\Framework\TestCase;
9-
use function dirname;
10-
use function explode;
11-
use function file_get_contents;
12-
use function is_file;
13-
use function json_decode;
148

159
class TestMethodsHelperFactory
1610
{

0 commit comments

Comments
 (0)