Skip to content

Commit e646b54

Browse files
committed
chore: remove deprecated TypedPropertyRector
1 parent d7a621c commit e646b54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,4 @@
128128
$rectorConfig->rule(MakeInheritedMethodVisibilitySameAsParentRector::class);
129129
$rectorConfig->rule(SimplifyEmptyArrayCheckRector::class);
130130
$rectorConfig->rule(NormalizeNamespaceByPSR4ComposerAutoloadRector::class);
131-
$rectorConfig
132-
->ruleWithConfiguration(TypedPropertyRector::class, [
133-
TypedPropertyRector::INLINE_PUBLIC => false,
134-
]);
135131
};

0 commit comments

Comments
 (0)