Skip to content

Commit 1c53d12

Browse files
authored
Merge pull request #25 from kenjis/fix-rector
docs: add comment for TypedPropertyRector
2 parents f433a85 + a9df2a8 commit 1c53d12

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)