Skip to content

Commit 2ed9e26

Browse files
committed
set INLINE_PUBLIC to true as previous config
1 parent 8253b86 commit 2ed9e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@
114114
$rectorConfig
115115
->ruleWithConfiguration(TypedPropertyFromAssignsRector::class, [
116116
// Set to false if you use in libraries, or it does create breaking changes.
117-
TypedPropertyFromAssignsRector::INLINE_PUBLIC => false,
117+
TypedPropertyFromAssignsRector::INLINE_PUBLIC => true,
118118
]);
119119
};

0 commit comments

Comments
 (0)