Skip to content

Commit a2ac6ad

Browse files
committed
clean up
1 parent 7daf62c commit a2ac6ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use Rector\CodingStyle\Rector\Stmt\NewlineAfterStatementRector;
1313
use Rector\Config\RectorConfig;
14-
use Rector\Naming\Rector\Class_\RenamePropertyToMatchTypeRector;
1514

1615
return RectorConfig::configure()
1716
->withPreparedSets(
@@ -29,7 +28,6 @@
2928
->withSkip([
3029
// conflict with cs fix
3130
NewlineAfterStatementRector::class,
32-
RenamePropertyToMatchTypeRector::class,
3331
])
3432
->withBootstrapFiles(
3533
[__DIR__ . '/vendor/codeigniter4/framework/system/Test/bootstrap.php']

0 commit comments

Comments
 (0)