Skip to content

Commit a9df2a8

Browse files
committed
docs: add comment for TypedPropertyRector
1 parent f433a85 commit a9df2a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Template/rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
$rectorConfig->rule(NormalizeNamespaceByPSR4ComposerAutoloadRector::class);
115115
$rectorConfig
116116
->ruleWithConfiguration(TypedPropertyRector::class, [
117+
// Set to false if you use in libraries, or it does create breaking changes.
117118
TypedPropertyRector::INLINE_PUBLIC => true,
118119
]);
119120
};

0 commit comments

Comments
 (0)