Skip to content

Commit

Permalink
Fix: Do not enable ReadOnlyPropertyRector
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 30, 2023
1 parent 0671bcc commit 4a98ab9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Expand Up @@ -28,10 +28,6 @@

$rectorConfig->phpVersion(Core\ValueObject\PhpVersion::PHP_80);

$rectorConfig->rules([
Php81\Rector\Property\ReadOnlyPropertyRector::class,
]);

$rectorConfig->sets([
PHPUnit\Set\PHPUnitSetList::PHPUNIT_90,
]);
Expand Down

0 comments on commit 4a98ab9

Please sign in to comment.