We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daf62c commit a2ac6adCopy full SHA for a2ac6ad
rector.php
@@ -11,7 +11,6 @@
11
12
use Rector\CodingStyle\Rector\Stmt\NewlineAfterStatementRector;
13
use Rector\Config\RectorConfig;
14
-use Rector\Naming\Rector\Class_\RenamePropertyToMatchTypeRector;
15
16
return RectorConfig::configure()
17
->withPreparedSets(
@@ -29,7 +28,6 @@
29
28
->withSkip([
30
// conflict with cs fix
31
NewlineAfterStatementRector::class,
32
- RenamePropertyToMatchTypeRector::class,
33
])
34
->withBootstrapFiles(
35
[__DIR__ . '/vendor/codeigniter4/framework/system/Test/bootstrap.php']
0 commit comments