Skip to content

Commit f53c9b1

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent 80c5a1c commit f53c9b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
use Rector\Config\RectorConfig;
2121
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22+
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
2223
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
2324
use Rector\PHPUnit\Set\PHPUnitSetList;
2425
use Rector\Set\ValueObject\LevelSetList;
@@ -40,5 +41,6 @@
4041
$rectorConfig->skip([
4142
ExceptionHandlerTypehintRector::class,
4243
PreferPHPUnitThisCallRector::class,
44+
NarrowUnusedSetUpDefinedPropertyRector::class,
4345
]);
4446
};

0 commit comments

Comments
 (0)