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 ff5e313 commit ac8ff45Copy full SHA for ac8ff45
1 file changed
rector.php
@@ -19,6 +19,7 @@
19
20
use Rector\Config\RectorConfig;
21
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22
+use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
23
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
24
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
25
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -40,6 +41,7 @@
40
41
$rectorConfig->importShortClasses(false);
42
$rectorConfig->skip([
43
ExceptionHandlerTypehintRector::class,
44
+ ReadOnlyPropertyRector::class,
45
PreferPHPUnitThisCallRector::class,
46
NarrowUnusedSetUpDefinedPropertyRector::class,
47
]);
0 commit comments