Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Jun 18, 2024
1 parent 0dc1d2e commit 0e8777b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Rector\Config\RectorConfig;
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;
Expand All @@ -20,7 +21,8 @@
->withSkip([
__DIR__ . '/lam/lib/3rdParty',
NullToStrictStringFuncCallArgRector::class,
ReadOnlyPropertyRector::class
ReadOnlyPropertyRector::class,
ClassPropertyAssignToConstructorPromotionRector::class
])
->withFileExtensions([
'php',
Expand Down

0 comments on commit 0e8777b

Please sign in to comment.