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 d7a621c commit e646b54Copy full SHA for e646b54
rector.php
@@ -128,8 +128,4 @@
128
$rectorConfig->rule(MakeInheritedMethodVisibilitySameAsParentRector::class);
129
$rectorConfig->rule(SimplifyEmptyArrayCheckRector::class);
130
$rectorConfig->rule(NormalizeNamespaceByPSR4ComposerAutoloadRector::class);
131
- $rectorConfig
132
- ->ruleWithConfiguration(TypedPropertyRector::class, [
133
- TypedPropertyRector::INLINE_PUBLIC => false,
134
- ]);
135
};
0 commit comments