Skip to content

Commit 29a8a2e

Browse files
committed
Update rector.php
1 parent fb2d89d commit 29a8a2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rector.php

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6+
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
67
use Rector\Set\ValueObject\SetList;
78
use RectorLaravel\Set\LaravelSetList;
89

@@ -13,4 +14,8 @@
1314
SetList::PHP_80,
1415
SetList::PHP_81,
1516
]);
17+
18+
$rectorConfig->skip([
19+
ClassPropertyAssignToConstructorPromotionRector::class,
20+
]);
1621
};

0 commit comments

Comments
 (0)