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.
2 parents f433a85 + a9df2a8 commit 1c53d12Copy full SHA for 1c53d12
src/Template/rector.php
@@ -114,6 +114,7 @@
114
$rectorConfig->rule(NormalizeNamespaceByPSR4ComposerAutoloadRector::class);
115
$rectorConfig
116
->ruleWithConfiguration(TypedPropertyRector::class, [
117
+ // Set to false if you use in libraries, or it does create breaking changes.
118
TypedPropertyRector::INLINE_PUBLIC => true,
119
]);
120
};
0 commit comments