Skip to content

Commit 95077e0

Browse files
committed
cs
1 parent 00072e5 commit 95077e0

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

src/Rules/PHPUnit/DataProviderHelper.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
class DataProviderHelper
3030
{
31+
3132
private ReflectionProvider $reflectionProvider;
3233

3334
private FileTypeMapper $fileTypeMapper;
@@ -37,9 +38,9 @@ class DataProviderHelper
3738
private bool $phpunit10OrNewer;
3839

3940
public function __construct(
40-
ReflectionProvider $reflectionProvider,
41-
FileTypeMapper $fileTypeMapper,
42-
Parser $parser,
41+
ReflectionProvider $reflectionProvider,
42+
FileTypeMapper $fileTypeMapper,
43+
Parser $parser,
4344
bool $phpunit10OrNewer
4445
)
4546
{

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)