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 f433a85 commit a9df2a8Copy full SHA for a9df2a8
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