Skip to content

Commit ac8ff45

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent ff5e313 commit ac8ff45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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\Php81\Rector\Property\ReadOnlyPropertyRector;
2223
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
2324
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
2425
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -40,6 +41,7 @@
4041
$rectorConfig->importShortClasses(false);
4142
$rectorConfig->skip([
4243
ExceptionHandlerTypehintRector::class,
44+
ReadOnlyPropertyRector::class,
4345
PreferPHPUnitThisCallRector::class,
4446
NarrowUnusedSetUpDefinedPropertyRector::class,
4547
]);

0 commit comments

Comments
 (0)