We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c5a1c commit f53c9b1Copy full SHA for f53c9b1
rector.php
@@ -19,6 +19,7 @@
19
20
use Rector\Config\RectorConfig;
21
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22
+use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
23
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
24
use Rector\PHPUnit\Set\PHPUnitSetList;
25
use Rector\Set\ValueObject\LevelSetList;
@@ -40,5 +41,6 @@
40
41
$rectorConfig->skip([
42
ExceptionHandlerTypehintRector::class,
43
PreferPHPUnitThisCallRector::class,
44
+ NarrowUnusedSetUpDefinedPropertyRector::class,
45
]);
46
};
0 commit comments