diff --git a/src/Template/rector.php b/src/Template/rector.php index b40679e..212083a 100644 --- a/src/Template/rector.php +++ b/src/Template/rector.php @@ -114,6 +114,7 @@ $rectorConfig->rule(NormalizeNamespaceByPSR4ComposerAutoloadRector::class); $rectorConfig ->ruleWithConfiguration(TypedPropertyRector::class, [ + // Set to false if you use in libraries, or it does create breaking changes. TypedPropertyRector::INLINE_PUBLIC => true, ]); };