File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 3939use Rector \PSR4 \Rector \FileWithoutNamespace \NormalizeNamespaceByPSR4ComposerAutoloadRector ;
4040use Rector \Set \ValueObject \LevelSetList ;
4141use Rector \Set \ValueObject \SetList ;
42- use Rector \TypeDeclaration \Rector \Property \TypedPropertyFromAssignsRector ;
4342
4443return static function (RectorConfig $ rectorConfig ): void {
4544 $ rectorConfig ->sets ([
135134 $ rectorConfig ->rule (MakeInheritedMethodVisibilitySameAsParentRector::class);
136135 $ rectorConfig ->rule (SimplifyEmptyArrayCheckRector::class);
137136 $ rectorConfig ->rule (NormalizeNamespaceByPSR4ComposerAutoloadRector::class);
138- $ rectorConfig
139- ->ruleWithConfiguration (TypedPropertyFromAssignsRector::class, [
140- // Set to false if you use in libraries, or it does create breaking changes.
141- TypedPropertyFromAssignsRector::INLINE_PUBLIC => false ,
142- ]);
143137 $ rectorConfig ->rule (StringClassNameToClassConstantRector::class);
144138 $ rectorConfig ->rule (PrivatizeFinalClassPropertyRector::class);
145139 $ rectorConfig ->rule (CompleteDynamicPropertiesRector::class);
You can’t perform that action at this time.
0 commit comments