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 8253b86 commit 2ed9e26Copy full SHA for 2ed9e26
rector.php
@@ -114,6 +114,6 @@
114
$rectorConfig
115
->ruleWithConfiguration(TypedPropertyFromAssignsRector::class, [
116
// Set to false if you use in libraries, or it does create breaking changes.
117
- TypedPropertyFromAssignsRector::INLINE_PUBLIC => false,
+ TypedPropertyFromAssignsRector::INLINE_PUBLIC => true,
118
]);
119
};
0 commit comments